Learn R Programming

forams (version 2.0-6)

abc-class: Class "abc"

Description

Class used to store "abc" analysis objects.

Arguments

Objects from the Class

Objects can be created by calls of the form new("abc", ...). This class is composed by two slots, the first one stores a table with the abc analysis results and the second one the W Statistic result and its Confidence Interval.

Slots

abc:

Object of class "data.frame" ~~

W.Stat:

Object of class "numeric" ~~

Methods

plot

signature(x = "abc"): ...

Author

Rodrigo Aluizio

See Also

See Also as abc

Examples

Run this code
showClass("abc")

Run the code above in your browser using DataLab