| h_plot_data_df | R Documentation |
This helper function prepares a data.frame object based on Data class
object. The resulting data frame is used by the plot function for Data
class objects.
A method that transforms GeneralData objects into a tibble suitable for
plotting with ggplot2 methods
h_plot_data_df(data, ...)
h_plot_data_df(data, ...)
## S4 method for signature 'Data'
h_plot_data_df(data, blind = FALSE, legend = TRUE, ...)
## S4 method for signature 'DataOrdinal'
h_plot_data_df(data, blind = FALSE, legend = TRUE, ...)
data |
( |
... |
further arguments passed to |
blind |
( |
legend |
( |
A data.frame object with values to plot.
data.frame containing columns for patient, cohort, dose and toxicity grade
A data.frame object with columns patient, ID, cohort, dose and
toxicity.
h_plot_data_df(Data): method for Data.
h_plot_data_df(DataOrdinal): Class specific method for DataOrdinal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.