plot.ngsmth {TSSS} | R Documentation |
Plot Smoothed Density Function
Description
Plot the smoothed density function returned by ngsmth
.
Usage
## S3 method for class 'ngsmth'
plot(x, type = c("trend", "smt"), theta = 0, phi = 15,
expand = 1, col = "lightblue", ticktype= "detail", ...)
Arguments
x |
an object of class |
type |
plotted values, either or both of "trend" and "smt". |
theta , phi , expand , col , ticktype |
graphical parameters in perspective
plot |
... |
further graphical parameters may also be supplied as arguments. |
[Package TSSS version 1.3.4-5 Index]