adjust_scale_x {AgroReg} | R Documentation |
Utils: Adjust x scale
Description
Adjust x scale for chart or charts
Usage
adjust_scale_x(plots, scale = "default", limits = "default")
Arguments
plots |
Object of analysis or plot_arrange |
scale |
x-axis scale (use vector) |
limits |
limits in x-axis (use vector) |
Value
Returns the scaled graph
Examples
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))
[Package AgroReg version 1.2.10 Index]