Displaying 2 results from an estimated 2 matches for "showing_r".
Did you mean:
showing
2018 May 30
4
par(mfrow=c(3,4)) problem
...ray for the
matrix will be par(mfrow=c(3,4)). I am running ggplot2 to produce my 12
plots. For some reason, par(mfrow=c(3,4)) did not turn out 3*4 matrix.
my basic R codes for each plot is
par(mfrow=c(3,4))
library(ggplot2)
p <- ggplot(a, aes(x=Genotypes, y=Plant_hight, size=Plant_hight,
color=Showing_rate)) +
.
.
Best regards,
Greg
[[alternative HTML version deleted]]
2018 May 30
0
par(mfrow=c(3,4)) problem
...ow=c(3,4)). I am running ggplot2 to produce my 12
> plots. For some reason, par(mfrow=c(3,4)) did not turn out 3*4 matrix.
>
> my basic R codes for each plot is
> par(mfrow=c(3,4))
> library(ggplot2)
> p <- ggplot(a, aes(x=Genotypes, y=Plant_hight, size=Plant_hight,
> color=Showing_rate)) +
> .
> .
>
> Best regards,
>
> Greg
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
>...