trend_help {EMC2}R Documentation

Get help information for trend kernels and bases

Description

Get help information for trend kernels and bases

Usage

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

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

Value

Formatted trend information

Examples

# 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()

[Package EMC2 version 3.2.0 Index]