powered by
Adjust x scale for chart or charts
adjust_scale_x(plots, scale = "default", limits = "default")
Returns the scaled graph
Object of analysis or plot_arrange
x-axis scale (use vector)
limits in x-axis (use vector)
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_x(a,scale = seq(10,40,5),limits = c(10,40))
Run the code above in your browser using DataLab