get_patterns | R Documentation |
Get EOFs and PCs from observations
get_patterns(
dat,
k = 4,
scale = FALSE,
rotate = FALSE,
monthly = FALSE,
weight = TRUE
)
dat |
A 'stars' object containing spatial and temporal dimensions. |
k |
The number of PC/EOF modes to retain. |
A 'patterns' object containing a tibble of PC amplitudes, a 'stars' object with EOF spatial patterns, and a 'stars' object with the mean and (optionally) standard deviation fields used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.