Skip to content
Snippets Groups Projects
Commit 5ed3d99b authored by Gael  MILLOT's avatar Gael MILLOT
Browse files

tempo saving

parent b6240717
No related branches found
No related tags found
No related merge requests found
#### DESCRIPTION #### DESCRIPTION
Cute Little R Functions contains 40 functions for R/RStudio that facilitate basic procedures in 1) object analysis, 2) object modification, 3) graphic handling and 4) log file management. Cute Little R Functions contains 41 functions for R/RStudio that facilitate basic procedures in 1) object analysis, 2) object modification, 3) graphic handling and 4) log file management.
The function names are: The function names are:
...@@ -26,8 +26,8 @@ fun_num2color_mat() #### convert a numeric matrix into hexadecimal color matrix ...@@ -26,8 +26,8 @@ fun_num2color_mat() #### convert a numeric matrix into hexadecimal color matrix
fun_by_case_matrix_op() #### assemble several matrices with operation fun_by_case_matrix_op() #### assemble several matrices with operation
fun_mat_inv() #### return the inverse of a square matrix fun_mat_inv() #### return the inverse of a square matrix
fun_mat_fill() #### fill the empty half part of a symmetric square matrix fun_mat_fill() #### fill the empty half part of a symmetric square matrix
fun_consec_pos_perm() #### progressively breaks a vector order fun_perm() #### progressively breaks a vector order
fun_perm_consec() #### progressively breaks a vector order
## Graphics management ## Graphics management
...@@ -155,6 +155,7 @@ fun_export_data() fun_report() ...@@ -155,6 +155,7 @@ fun_export_data() fun_report()
fun_name_change() fun_name_change()
fun_mat_fill() fun_mat_fill()
fun_permut() fun_permut()
fun_permut_consec()
fun_empty_graph() fun_empty_graph()
fun_gg_palette() fun_gg_palette()
fun_gg_just() fun_gg_just()
......
This diff is collapsed.
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment