diff --git a/README.md b/README.md
index facbccf3c8d05dc632028f3d1f23129d8525c3e0..94e7bfa4cb866368425262a49039515d8ec51eb8 100644
--- a/README.md
+++ b/README.md
@@ -133,10 +133,11 @@ Check for updated versions (most recent tags) at https://gitlab.pasteur.fr/gmill
 1) name of functions changed:
 fun_param_check()	fun_check()
 fun_object_info()	fun_info()
-fun_1D_comp()	fun_1d_comp()
-fun_2D_comp()	fun_2d_comp()
-fun_2D_head()	fun_2d_head()
-fun_2D_tail()	fun_2d_tail()
+fun_1D_comp()	fun_comp_1d()
+fun_2D_comp()	fun_comp_2d()
+fun_list_comp()	fun_comp_list()
+fun_2D_head()	fun_head()
+fun_2D_tail()	fun_tail()
 fun_dataframe_remodeling()	fun_df_remod()
 fun_refactorization()	fun_refact()
 fun_by_case_matrix_op()	fun_mat_op()
@@ -159,15 +160,16 @@ fun_permut_consec()
 fun_empty_graph()
 fun_gg_palette()
 fun_gg_just()
+fun_gg_point_rast()
 fun_gg_scatter()
-fun_gg_bar_mean()
+fun_gg_bar()
 fun_gg_heatmap()
 fun_gg_empty_graph()
 fun_segmentation()
 fun_pack()
 fun_python_pack()
 
-3) text error modified in fun_2D_head() and fun_2D_tail()
+3) text error modified in fun_head() and fun_tail(), + deals without all objects but use head() and tail() if not 2D object
 
 4) in fun_param_check(): (1) has now the class = "vector", (2) argument fun.name added
 
diff --git a/cute_little_R_functions.docx b/cute_little_R_functions.docx
index f5e219bd6379d8dff44ca92b3bf4e2f430e1ecdb..cd509c0d37f477d20c0d79de69c5bcfd9fd3b755 100644
Binary files a/cute_little_R_functions.docx and b/cute_little_R_functions.docx differ