Description Usage Arguments Author(s) References See Also
View source: R/graphical_tools_lin.R
Plot, print and summarize methods for "gtmod" objects, i.e., the results of the graphical tools for exploring the number of modes.
1 2 3 4 5 6 7 8 9 10 | ## S3 method for class 'gtmod'
plot(x, addplot = FALSE, xlab = NULL, ylab = NULL,
col.lines = "black", col.sizer = NULL, addlegend = TRUE,
poslegend = "topright", ...)
## S3 method for class 'gtmod'
print(x,digits=getOption("digits"), ...)
## S3 method for class 'gtmod'
summary(object, bandwidths=TRUE, digits = getOption("digits"), width=1, levelmf=NULL, ...)
|
x |
An object inheriting from class |
object |
An object of class |
addplot |
Logical, if |
xlab |
A title for the x axis. See |
ylab |
A title for the y axis. See |
col.lines |
Colors employed in the |
col.sizer |
Colors employed in the |
addlegend |
Logical, if |
poslegend |
Position where the legend in the |
digits |
Number of significant digits to use, see |
bandwidths |
Logical, if |
width |
The total field width in each showed number, see |
levelmf |
In the |
... |
Arguments to be passed to subsequent methods, |
Jose Ameijeiras-Alonso, Rosa M. Crujeiras and Alberto Rodríguez-Casal
Ameijeiras-Alonso, J., Crujeiras, R.M. and Rodríguez-Casal, A. (2021). multimode: An R Package for Mode Assessment, Journal of Statistical Software, 97, 1–32.
modetree, modeforest and sizer, also for examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.