| trend_help | R Documentation |
Get help information for trend kernels and bases
trend_help(kernel = NULL, base = NULL, ...)
kernel |
Character string specifying the kernel type to get information about |
base |
Character string specifying the base type to get information about |
... |
Additional arguments |
Formatted trend information
# 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.