Description Usage Arguments Examples
Plota a densidade estimada por BKDE
1 2 3
## S3 method for class 'bkde' persp(bkde, xlab = "x", ylab = "y", zlab = "density", ticktype = "detailed", ...)
bkde
objeto da classe bkde
1 2 3 4 5
xy <- rbnormmix(100, list(c(-5, -5), c(5, 5))) bmix_bkde <- bkde(xy, h='STE') persp(bmix_bkde,theta=-120,phi=30)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.