Learn R Programming

hermiter (version 2.3.1)

plot.hdensity_bivar: Plots the hdensity_bivar object as output by the density function when evaluated on a hermite_estimator_bivar object.

Description

Plots the hdensity_bivar object as output by the density function when evaluated on a hermite_estimator_bivar object.

Usage

# S3 method for hdensity_bivar
plot(x, main = "Hermite PDF", xlab = "X", ylab = "Y", ...)

Arguments

x

A hdensity_bivar object.

main

A string, title for plot.

xlab

A string, x label for plot.

ylab

A string, y label for plot.

...

Unused.