plot.mandel.fqcs: Plotting method for 'mandel.fqcs' objects

View source: R/plot.ils.fqcs.R

plot.mandel.fqcsR Documentation

Plotting method for 'mandel.fqcs' objects

Description

Generic function to plot objects of 'mandel.fqcs' class. Results of functional ILS studies are graphically shown.

Usage

## S3 method for class 'mandel.fqcs'
plot(
  x,
  xlab = NULL,
  ylab = NULL,
  x.co = NULL,
  y.co = NULL,
  legend = TRUE,
  col = NULL,
  ...
)

Arguments

x

An object of class mandel.fqcs.

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.

...

Other 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

## Not run: 
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))
  
## End(Not run)
# $H(t)$ y $K(t)$


ILS documentation built on Jan. 16, 2023, 1:07 a.m.

Related to plot.mandel.fqcs in ILS...