A dataframe with the x and y coordinates in the input swarm space
per event of the new species.
Arguments
metrics_data
A dataframe with the new metrics data to add in swarm space.
pca_space
The PCA object to predict from, the output of the
stats::prcomp function or the pca element of the list output
of the swarm_space function.
event_dur_limit
Numeric, capturing an event duration value in seconds.
Used to filter out events that are shorter that this value.
Default = NA, no filtering is applied.