coloredit_arrange {AgroReg} | R Documentation |
Change the colors of a graph from the plot_arrange function
Description
Change the colors of a graph from the plot_arrange function
Usage
coloredit_arrange(graphs, color = NA)
Arguments
graphs |
object from a plot_arrange function |
color |
color curve and point |
Value
The function changes the colors of a graph coming from the plot_arrange function
Author(s)
Gabriel Danilo Shimizu
Examples
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"))
[Package AgroReg version 1.2.10 Index]