plot.enpls.ad: Plot enpls.ad Object

Description Usage Arguments Details Author(s) See Also Examples

View source: R/plot.R

Description

This function plots enpls.ad object.

Usage

1
2
## S3 method for class 'enpls.ad'
plot(x, main = NULL, ...)

Arguments

x

An object of class enpls.ad.

main

plot title

...

Other graphical parameters to be passed on to ggplot.

Details

This function plots enpls.ad object.

Author(s)

Min-feng Zhu <wind2zhu@163.com>, Nan Xiao <road2stat@gmail.com>

See Also

See enpls.ad for applicability domain with ensemble PLS.

Examples

1
2
3
4
5
6
7
8
9
data(logS)
x = logS$x
y = logS$y
x.test = logS$x.test1
y.test = logS$y.test1

set.seed(42)
ad = enpls.ad(x, y, x.test, y.test, MCtimes = 10)
plot(ad)

wind22zhu/enpls1.2 documentation built on May 4, 2019, 6:31 a.m.