Posts by Vanderson • 23 points
3 posts
-
0
votes1
answer96
viewsA: Multivariate analysis with only one table
To print multiple Plots you can use. ` par(mfrow=c(2,1)) Plot(VF) Plot(PU) .... ` But the ideal is dput, to fix this crazy error ae.
-
1
votes1
answer52
viewsQ: Graph in R - ggbarplot - Axis X with Supervisor / Date
I can’t make a chart by ggbarplot with the X axis being supervisor and the Date. I put my data to long according to the orientation found in this other question: Bar graph with ggplot2 But I stumble…
-
1
votes0
answers60
viewsQ: Graphic arts in Barra com Da
I’m trying to create a chart like this in R. I did all the work in R to return a table as shown below. But when I do the graph, it limits me to have x and y axis, and in the graph above the x axis…