Plot: Plotting S4 class UncertainInterpolation

Description Usage Arguments See Also

Description

This function provides the plotting of S4 object class UncertainInterpolation.

Usage

1
2
3
4
5
6
## S4 method for signature 'UncertainInterpolation'
Plot(object, attr1, attr2, attr3, cuts, pretty)

## S4 method for signature 'UncertainInterpolation'
Plot(object, attr1 = "uncertaintyLower", attr2 = "modalValue", 
attr3 = "uncertaintyUpper", cuts = 10, pretty=TRUE)

Arguments

object

Input data type of S4 object class UncertainInterpolation.

attr1

First plotting atrribute.

attr2

Second plotting atrribute.

attr3

Third plotting atrribute.

cuts

Number of cuts.

pretty

Logical value TRUE/FALSE.(choose colour breaks at pretty numbers?)

See Also

UncertainInterpolation-class, uncertaintyInterpolation2-package


UncerIn2 documentation built on May 2, 2019, 3:48 p.m.

Related to Plot in UncerIn2...