FLQuants-class {FLCore} | R Documentation |
FLQuants
Description
This class is a list of FLQuant objects.
Slots
.Data
:- Object of class
"list"
Methods
- xyplot:
- Lattice method to plot several FLQuants it works by adding datasets on the right side of the formula, so plotting them over each other.
Creating Objects from the Class
Objects of S4 classes can be created with a call to the new
method, a call of the contructor function (usually with
the same name has the class) or by coercing other class objects by calling some as.*
function.
- new:
- not advisable
- as:
- not available
- constructor function:
- FLQuants(FLQuant01, FLQuant02, desc="my set of FLQuants")
Author(s)
The FLCore Team
See Also
FLQuant-class
, xyplot,FLQuants-method
[Package
FLCore version 1.1
Index]