Learn R Programming

PREDA (version 1.18.0)

analysesNames: Get the names of the analyses in the from PREDA objects

Description

Get the names of the analyses in the from StatisticsForPREDA objects, PREDAResults objects and objects from classes extending these classes.

Usage

analysesNames(.Object)

Arguments

.Object
an object of class StatisticsForPREDA, PREDAResults or any other class extending these classes

Value

Character vector of analysesNames

See Also

"StatisticsForPREDA", "PREDAResults"

Examples

Run this code
  require(PREDAsampledata)
  data(SODEGIRGEanalysisResults)
  analysesNames(SODEGIRGEanalysisResults)

Run the code above in your browser using DataLab