plot.opsr {OPSR}R Documentation

Plot Method for OPSR Model Fits

Description

Wrapper around pairs.opsr.te.

Usage

## S3 method for class 'opsr'
plot(x, type, weights = NULL, ...)

Arguments

x

an object of class "opsr".

type

see predict.opsr for details.

weights

a vector of weights. If NULL then weights from object will be used.

...

further arguments passed to pairs.opsr.te.

Value

Returns x invisibly.

See Also

opsr_te, pairs.opsr.te


[Package OPSR version 1.0.0 Index]