convex_hull_compute_group_paths_to_points: convex hull function for compute_group ggplot object (for top...

Description Usage Arguments Value

View source: R/bands.R

Description

convex hull function for compute_group ggplot object (for top paths' points)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
convex_hull_compute_group_paths_to_points(
  data,
  scales,
  params,
  pb_type = NULL,
  grid_size = rep(100, 2),
  conf_level = 0.9,
  over_delta = 0.1,
  dist_params = list(dist_approach = "auto", num_steps = "auto", quantile_approach =
    "depth", quantile_approach_params = list())
)

Arguments

data

data as passed into geom_prediction_band (ggplot2 style)

scales

scales as passed into geom_prediction_band (ggplot2 style)

params

params as passed into geom_prediction_band (ggplot2 style)

pb_type

string, see ?geom_prediction_band

grid_size

vector of length 2, see ?geom_prediction_band

conf_level

scalar (0-1), see ?geom_prediction_band

over_delta

scalar, see ?geom_prediction_band

dist_params

list, see ?geom_prediction_band

Value

structure for estimate of delta ball coverage


skgallagher/EpiCompare documentation built on Sept. 14, 2021, 5:45 a.m.