create_plotly_curve: Creating rtichoke plotly curve

create_plotly_curveR Documentation

Creating rtichoke plotly curve

Description

Creating rtichoke plotly curve

Usage

create_plotly_curve(rtichoke_curve_list)

Arguments

rtichoke_curve_list

rtichoke curve list

Examples

## Not run: 

one_pop_one_model |>
  create_rtichoke_curve_list("roc") |>
  create_plotly_curve()

one_pop_one_model_by_ppcr |>
  create_rtichoke_curve_list("roc") |>
  create_plotly_curve()

multiple_models |>
  create_rtichoke_curve_list("roc") |>
  create_plotly_curve()

multiple_models_by_ppcr |>
  create_rtichoke_curve_list("roc") |>
  create_plotly_curve()

multiple_populations |>
  create_rtichoke_curve_list("roc") |>
  create_plotly_curve()

multiple_populations_by_ppcr |>
  create_rtichoke_curve_list("roc") |>
  create_plotly_curve()

## End(Not run)

uriahf/rtichoke documentation built on Nov. 22, 2023, 1:30 a.m.