plot.SmoothWin {SmoothWin}R Documentation

Plot function for the SmoothWin object

Description

This function plots a SmoothWin object

Usage

  ## S3 method for class '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

Author(s)

Hamed Haselimashhadi <hamedhm@ebi.ac.uk>

See Also

SmoothWin

Examples

	example(SmoothWin)

[Package SmoothWin version 3.0.0 Index]