Posts by Pedro Alexander Velasquez Vasc • 35 points
4 posts
-
3
votes2
answers35
viewsQ: How to select rows that have text searching in all columns of a data frame
I want to select only the lines that have the text "Try", similar to grep in Linux. Follow the example: my.data <- data.frame( A = c("prot trypsina catalic", "7", "123", NA, "1419", "ab", "ab",…
-
-2
votes1
answer43
viewsA: How to eliminate Labels and x-axis on an inverted bar chart?
Guys, I got it, just add in the middle and change from Theme: scale_x_discrete(breaks = NULL) + Theme(element_line(color = "white"), panel.background = element_rect(Fill = "white")) ggplot(dt,…
-
-2
votes1
answer43
viewsQ: How to eliminate Labels and x-axis on an inverted bar chart?
I’d like to know how to delete Labels and the X axis line from the following inverted bar graph. . Because I think you have redundant information. dice Hi Lucas, thanks for the reply. Follow the…
-
1
votes0
answers53
viewsQ: How to make a dendograma from qualitative variables in R?
Good morning. Please, I need a script or explanation of how to make a dendograma/cluster from qualitative variables. I saw somewhere that it is possible to do that using the output of ANACOR, but I…
rasked Pedro Alexander Velasquez Vasc 35