Posts by Luís Muniz • 163 points
2 posts
-
0
votes1
answer61
viewsA: Is it possible to convert this for loop to an apply family function?
Is this what you wanted? Let me know if it works for you! df_loop[,5:6] <- NA df_loop[4:nrow(df_loop),5] <- df_loop[1:(nrow(df_loop)-3),2] df_loop[2:nrow(df_loop),6] <-…
-
6
votes1
answer91
viewsQ: How to position text in the intermediate columns?
Hello, I generated a column chart that is composed of 15 groups of 3 columns (each group of 3 refers to a patient in 3 distinct times) and would like to identify each patient by placing a text…
rasked Luís Muniz 163