screeplot.stepArchetypes {archetypes}R Documentation

Screeplot of stepArchetypes.

Description

Screeplot draws the residual sum of square curve based on the best model of each step.

Usage

## S3 method for class 'stepArchetypes'
screeplot(x, type = c("lines", "barplot"), ...)

Arguments

x

A stepArchetypes object.

type

Draw lines or a barplot.

...

Passed to underlying plot functions.

Value

Undefined.


[Package archetypes version 2.2-0.1 Index]