Description Usage Arguments Value
View source: R/multivariate_funtional.R
Slow version.
1 2 3 4 5 | maxmin_distance_vector_old(
truth_df,
simulations_grouped_df,
data_column_names = c("S", "I", "R")
)
|
truth_df |
data.frame of true points (locations defined by
|
simulations_grouped_df |
grouped_df, with points grouped together |
data_column_names |
column names for both the |
data.frame of grouped information and minimum distance per group
in the simulations_grouped_df
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.