Learn R Programming

EMC2 (version 3.2.0)

trend_help: Get help information for trend kernels and bases

Description

Get help information for trend kernels and bases

Usage

trend_help(kernel = NULL, base = NULL, ...)

Value

Formatted trend information

Arguments

kernel

Character string specifying the kernel type to get information about

base

Character string specifying the base type to get information about

...

Additional arguments

Examples

Run this code
# Get information about exponential increasing kernel
trend_help(kernel = "exp_incr")

# Get information about linear base
trend_help(base = "lin")

# Return available kernel and base types
trend_help()

Run the code above in your browser using DataLab