This will populate the palmsplus_fields, trajectory_fields and multimodal_fields tables with simple fields that should be compatable with all PALMS data sets. The formulas only use variables that are present in the PALMS input dataset.

palms_load_defaults(epoch_length)

Arguments

epoch_length

The epoch length of the PALMS data in seconds. This is necessary so the default formulas are created correctly. This can be passed in using palms_epoch.

Examples

palms_remove_tables() epoch <- palms_epoch(palms) epoch
#> [1] 15
palms_load_defaults(epoch)