Plots an enve.TRIBStest object.
# S3 method for enve.TRIBStest
plot(
x,
type = c("overlap", "difference"),
col = "#00000044",
col1 = col,
col2 = "#44001144",
ylab = "Probability",
xlim = range(attr(x, "dist.mids")),
ylim = c(0, max(c(attr(x, "all.dist"), attr(x, "sel.dist")))),
...
)No return value.
enve.TRIBStest object to plot.
What to plot. overlap generates a plot of the two contrasting
empirical PDFs (to compare against each other), difference produces a
plot of the differences between the empirical PDFs (to compare against zero).
Main color of the plot if type=difference.
First color of the plot if type=overlap.
Second color of the plot if type=overlap.
Y-axis label.
X-axis limits.
Y-axis limits.
Any other graphical arguments.
Luis M. Rodriguez-R [aut, cre]