Generic function to plot objects of 'mandel.fqcs' class. Results of functional ILS studies are graphically shown.
Usage
# S3 method for mandel.fqcs
plot(
x,
xlab = NULL,
ylab = NULL,
x.co = NULL,
y.co = NULL,
legend = TRUE,
col = NULL,
...
)
Arguments
- x
A mandel.fqcs object
- xlab
Title for the x axis
- ylab
Title for the y axis
- x.co
It speficies the x co-ordinates to be used to place a legend.
- y.co
It specifies the y co-ordinates to be used to place a legend.
- legend
Logical argument. Default is TRUE then The legend default is used.
- col
Color specifications
- ...
arguments to be passed to or from methods
References
Febrero-Bande, M. and Oviedo, M. (2012), "Statistical computing in functional data analysis: the R package fda.usc". Journal of Statistical Software 51 (4), 1-28.
Naya, S., Tarrio-Saavedra. J., Lopez- Beceiro, J., Francisco Fernandez, M., Flores, M. and Artiaga, R. (2014), "Statistical functional approach for interlaboratory studies with thermal data". Journal of Thermal Analysis and Calorimetry, 118,1229-1243.
Examples
if (FALSE) {
library(ILS)
data(TG)
delta <- seq(from = 40 ,to = 850 ,length.out = 1000 )
fqcdata <- ils.fqcdata(TG, p = 7, argvals = delta)
mandel.tg <- mandel.fqcs(fqcdata.tg,nb = 200)
plot(mandel.tg,legend = F,col=c(rep(3,5),1,1))
}
# $H(t)$ y $K(t)$