create_merge | R Documentation |
This function takesthe typical PAM_data input, which is a nested list of different sensor data, all formatted at different time resolutions, and merges them all into one big table. By default all times are kept, and not interpolated.
create_merge(dta, all = TRUE, interp = FALSE)
dta |
raw pam data see |
all |
logical. Default TRUE. Whether or not to keep NAs (i.e. all the datasets) |
interp |
logical. Default FALSE. whether or not to interpolate if there are NAs. if all = FALSE then interp is not used. |
merged and interpolated dataset
data(bee_eater)
PAM_data = bee_eater
merged_dta = create_merge(PAM_data, interp = TRUE)
head(merged_dta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.