create_plotly_curve | R Documentation |
Creating rtichoke plotly curve
create_plotly_curve(rtichoke_curve_list)
rtichoke_curve_list |
rtichoke curve list |
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.