model_vms: Vessel Modeling with Gaussian Mixture Models
Description
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
Usage
model_vms(df)
Value
a data.frame with a vessel_state column with the type of model implemented
Arguments
df
a data.frame preprocessed using the preprocessing_vms() function from this package