bymonth_var | R Documentation |
Extract data from a var_list by specifying which month the data should contain.
bymonth_var(var_list, month_num)
var_list |
var_list created or loaded by this package |
month_num |
Numeric number of the month (11 = november). Either numeric or vector of numeric elements |
var_list containing data of the specified month
## Not run: temp_june <- bymonth_var(total_temp,6) temp_june_august <- bymonth_var(total_temp,c(06,08)) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.