plot.backf {RBF}R Documentation

Diagnostic plots for objects of class backf

Description

Plot method for objects of class backf.

Usage

## S3 method for class 'backf'
plot(x, ask = FALSE, which = 1:np, ...)

Arguments

x

an object of class backf, a result of a call to backf.cl or backf.rob.

ask

logical value. If TRUE, the graphical device will prompt for confirmation before going to the next page/screen of output.

which

vector of indices of explanatory variables for which partial residuals plots will be generaetd. Defaults to all available explanatory variables.

...

additional other arguments. Currently ignored.

Author(s)

Alejandra Mercedes Martinez ale_m_martinez@hotmail.com

Examples

tmp <- backf.rob(Ozone ~ Solar.R + Wind + Temp, data=airquality, 
subset=complete.cases(airquality), windows=c(136.7, 8.9, 4.8), degree=1)
plot(tmp, which=1:2)


[Package RBF version 2.1.1 Index]