plot.BayesPLS: Trace plots for Bayes PLS object

Description Usage Arguments Author(s) Examples

View source: R/plot.BayesPLS.R

Description

This function reproduces the plots which typically are generated during the call to BayesPLS.

Usage

1
plot(obj, start = NULL, stop = NULL, thin = 1, which=c(1L:4L), ask=TRUE)

Arguments

obj

A fitted Bayes PLS object

start

Plot from this iteration number. Default is NULL which means from start of file.

stop

Plot to this ieration number. Deafult is NULL which means end of file.

thin

Thinning interval.

which

if a subset of the plots is required, specify a subset of the numbers 1:4.

ask

logical; if TRUE, the user is asked before each plot, see par(ask=.)

Author(s)

Solve S<c3><a6>b<c3><b8>

Examples

1
##See ?BayesPLS

solvsa/BayesPLS documentation built on May 29, 2019, 9:49 a.m.