Method to 3D plot FLQuant objects.

# S4 method for 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

Value

a 3D surface plot

Examples

data(ple4)
wireframe(harvest(ple4))