Posts by Gabriel Lopes • 31 points
2 posts
-
2
votes1
answer170
viewsA: Rselenium error - Selenium message:Java heap space
Problems related to heap are connected to memory, in this case the memory that java has allocated, when trying to find the command to compile with more memory, or if this is not compiled try to find…
-
1
votes1
answer1499
viewsQ: I need to add captions to my chart in R
#--------------Biblioteca necessária para gerar gráficos library(ggplot2) #setwd( '/home/gabriel/Videos' ) #-------------------------------Carrega arquivo csv dados1 <- read.csv(file.choose())…