plot3d: Plot three-dimensional probability density estimate

View source: R/plot3d.R

plot3dR Documentation

Plot three-dimensional probability density estimate

Description

The plot method for three-dimensional pdfEstimator objects. Plots two-dimensional cross-sectional slices.

Usage

plot3d(x, xs = c(0), ys = c(0), zs = NULL, xlab = "X1", ylab = "X2", zlab = "X3")

Arguments

x

an "estimatePDFmv" object

xlab

x-axis label for pdf

ylab

y-axis label for pdf

zlab

z-axis label for pdf

xs, ys, zs

Vectors or matrices. Vectors specify the positions in x, y or z where the slices (planes) are to be drawn.

Value

No return value, called for side effects

Author(s)

Jenny Farmer, Donald Jacobs

References

Farmer, J. and D. Jacobs (2018). "High throughput nonparametric probability density estimation." PLoS One 13(5): e0196937.


PDFEstimator documentation built on Aug. 24, 2023, 9:07 a.m.