plot {CAST}R Documentation

Plot CAST classes

Description

Generic plot function for trainDI and aoa

Usage

## S3 method for class 'trainDI'
plot(x, ...)

## S3 method for class 'aoa'
plot(x, samplesize = 1000, ...)

## S3 method for class 'nndm'
plot(x, ...)

## S3 method for class 'knndm'
plot(x, ...)

Arguments

x

An object of type knndm.

...

other arguments.

samplesize

numeric. How many prediction samples should be plotted?

Author(s)

Marvin Ludwig, Hanna Meyer

Carles MilĂ 


[Package CAST version 0.8.1 Index]