create_empty_freq_list | R Documentation |
This function generates a list named 'freq' with predefined fields for frequency measurements. Most fields are initialized with NA values, except for 'type' which is set to "fourier".
create_empty_freq_list()
A named list with frequency measurement fields, mostly set to NA.
empty_freq_list <- create_empty_freq_list()
str(empty_freq_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.