plot.plsr: Plot function for plsr objects

Description Usage Arguments Examples

View source: R/pls_func.R

Description

Plots information about a plsr object. The following plots will be generated:

Usage

1
2
## S3 method for class 'plsr'
plot(x, ...)

Arguments

x

The plsr object.

...

Further arguments.

Examples

1
2
plsr_obj = pls(rating_data,tracking_data)
plot(plsr_obj) #will open several plots and requires user input inbetween

plsr documentation built on May 1, 2019, 11:28 p.m.