distance_curves | R Documentation |
Compute the distance between two curves using several methods.
abs_sum
Absolute value of sum of difference.
sum_abs
Sum of absolute difference.
squared
Sum of squared difference.
distance_curves(processed_data, theory_cois, distance = "squared")
theory_cois |
The theoretical COI curves. |
distance |
|
A list of the following:
coi
The predicted COI for the simulation.
dist
The distance between each theoretical COI and the simulated COI curve.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.