R/distance-depth.R
top_curves_to_points.grouped_df.Rdpulling out data points from curves that are ranked highest based on quantile function.
# S3 method for grouped_df top_curves_to_points( x, alpha, tidy_dm, quantile_func = distance_depth_function, x_names_df = NULL, ... )
| x | grouped data.frame containing curves, with grouping associated with
the |
|---|---|
| alpha | the proportion of curves to be removed before presenting all the points together. Takes value in [0, 1.0]. |
| tidy_dm | a |
| quantile_func | function to calculate quantiles via the distance_matrix,
we now expect this function to handle |
| x_names_df | - pointless parameter - is not used. |
| ... | additional parameters to be passed to the |
data frame from curves of the top values associated with the
quantile_func