Learn R Programming

EventDetectR (version 0.3.5)

getSupportedPostProcessors: getSupportedPostProcessors

Description

Get a list of all data postprocessing methods that are currently supported in package 'eventDetectR'.

Usage

getSupportedPostProcessors()

Arguments

Value

allSupportedPostProcessors a list of strings with each supported method name. The strings can be copied and used in calls to 'eventDetect' or 'buildEDModel'

Examples

Run this code
# NOT RUN {
preps <- getSupportedPostProcessors()
# }

Run the code above in your browser using DataLab