Learn R Programming

SmoothWin (version 3.0.0)

plot.SmoothWin: Plot function for the SmoothWin object

Description

This function plots a SmoothWin object

Usage

# S3 method for SmoothWin
plot(x, 
                           ylab   = 'Response'              , 
                           xlab   = 'Time (continuous)'     ,
                           sub    = NULL                    ,
                           col    = NULL                    , 
                           digits = 2                       , 
                           ...
                           )

Arguments

x

SmoothWin object

ylab

Label on the y axis. Default `Response`

xlab

Label on the x axis. Default `Time (continuous)`

sub

See the `sub` parameter in `plot()` function. If left NULL then some information about the final window will be shown. Default NULL

col

Colour parameter for the points. Set to NULL to use the default colouring (spectrum colouring). Default NULL

digits

The number of visible digits for l, k and SWS. Default 2

Optional parameters that can be passed to the `plot`/`qqPlot` function. See `car` package for the qqPlot function

See Also

SmoothWin

Examples

Run this code
# NOT RUN {
	example(SmoothWin)
# }

Run the code above in your browser using DataLab