Learn R Programming

ks (version 1.8.11)

plot.kde.loctest: Plot for kernel local significant difference regions

Description

Plot for kernel local significant difference regions for 1- to 3-dimensional data.

Usage

## S3 method for class 'kde.loctest':
plot(x, ...)

Arguments

x
an object of class kde.loctest (output from kde.local.test)
...
other graphics parameters

Value

  • Plot of 1-d and 2-d kernel density estimates are sent to graphics window. Plot for 3-d is sent to RGL window.

Details

For kde.loctest objects, the function headers are ## univariate plot(x, col, add=FALSE, xlab="x", ylab, rugsize, add.legend=TRUE, pos.legend="topright, ...) ## bivariate plot(x, lcol, col, add=FALSE, xlab="x", ylab="y", add.contour=FALSE, add.legend=TRUE, pos.legend="topright", ...)

## trivariate plot(x, col, add=FALSE, xlab="x", ylab="y", zlab="z", box=TRUE, axes=TRUE, alphavec=c(0.5, 0.5), ...) The arguments are [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object] See plot.kde for more details.

See Also

kde, kde.local.test

Examples

Run this code
## See examples in ? kde.local.test

Run the code above in your browser using DataLab