plot.ngsmth: Plot Smoothed Density Function

View source: R/ngsmth.R

plot.ngsmthR 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 "ngsmth".

type

plotted values, either or both of "trend" and "smt".

theta, phi, expand, col, ticktype

graphical parameters in perspective plot persp.

...

further graphical parameters may also be supplied as arguments.


TSSS documentation built on Sept. 29, 2023, 9:07 a.m.