trend_help: Get help information for trend kernels and bases

View source: R/trend.R

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

EMC2 documentation built on Dec. 2, 2025, 9:06 a.m.