View source: R/utils_general.R
plot.hdensity_bivar | R Documentation |
Plots the hdensity_bivar object as output by the density function when evaluated on a hermite_estimator_bivar object.
## S3 method for class 'hdensity_bivar'
plot(x, main = "Hermite PDF", xlab = "X", ylab = "Y", ...)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.