model_vms | R Documentation |
This function uses normalmixEM
from the mixtools
package to model speed of vessels and estimates their behavior.
Specifically, if the vessel was in a fishing activity or cruising
model_vms(df)
df |
a data.frame preprocessed using the |
a data.frame with a vessel_state
column with the type of model implemented
preprocessing_vms(sample_dataset, destination.folder = tempdir())
df <- fst::read_fst(paste0(tempdir(), "/vms_2019_1_1_10_preprocessed.fst"))
model_vms(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.