wireframe: Method wireframe

wireframeR Documentation

Method wireframe

Description

3D plot for FLQuant objects

Usage

## S4 method for signature 'formula,FLQuant'
wireframe(x, data, ...)

Arguments

x

a formula formula for lattice

data

a FLQuant object with the values

...

Additional argument list to be passed to wireframe

Details

Method to plot 3D representations of FLQuant objects

Value

a wireframe plot

Examples


data(ple4)
wireframe(data~age+year, data=harvest(ple4))


flr/FLCore documentation built on May 4, 2024, midnight