R/plot.R
wireframe.Rd
3D plot for FLQuant objects
# S4 method for class 'formula,FLQuant' wireframe(x, data, ...)
a formula formula for lattice
formula
a FLQuant object with the values
FLQuant
Additional argument list to be passed to wireframe
wireframe
a wireframe plot
Method to plot 3D representations of FLQuant objects
data(ple4) wireframe(data~age+year, data=harvest(ple4))