View source: R/adjust_scale_y.R
adjust_scale_y | R Documentation |
Adjust y scale for chart or charts
adjust_scale_y(plots, scale = "default", limits = "default")
plots |
Object of analysis or plot_arrange |
scale |
y-axis scale (use vector) |
limits |
limits in y-axis (use vector) |
Returns the scaled graph
library(AgroReg)
data("aristolochia")
attach(aristolochia)
a=LM(trat,resp)
b=LL(trat,resp,npar = "LL.3")
a=plot_arrange(list(a,b),gray = TRUE)
adjust_scale_y(a,scale = seq(0,100,10),limits = c(0,100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.