View source: R/color_edition.R
coloredit_arrange | R Documentation |
Change the colors of a graph from the plot_arrange function
coloredit_arrange(graphs, color = NA)
graphs |
object from a plot_arrange function |
color |
color curve and point |
The function changes the colors of a graph coming from the plot_arrange function
Gabriel Danilo Shimizu
library(AgroReg)
data("aristolochia")
attach(aristolochia)
graph1=LM(trat,resp)
graph2=LL(trat,resp,npar = "LL.3")
graph=plot_arrange(list(graph1,graph2))
coloredit_arrange(graph,color=c("red","blue"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.