Method to 3D plot FLQuant
objects.
# S4 method for class 'FLQuant,missing'
wireframe(x, y, screen = list(x = -90, y = -45), ...)
Arguments
- x
a FLQuant
- y
missing
- screen
list with numeric components 'x','y' and 'z' to change the 3D perspective
- ...
additional argument list for the lattice engine
Examples
data(ple4)
wireframe(harvest(ple4))