View source: R/make_ct_caption.R
make_ct_caption | R Documentation |
INTERNAL - make caption for conc-time plots
make_ct_caption(
ct_dataframe,
single_or_multiple_profiles = "single",
plot_type = "concentration-time",
existing_exp_details = NA,
mean_type = "arithmetic",
linear_or_log = "linear",
figure_type = "percentiles",
prettify_compound_names = TRUE,
name_clinical_study = NA,
hline_position = NA,
hline_style = "red dotted",
vline_position = NA,
vline_style = "red dotted"
)
ct_dataframe |
ct_dataframe |
single_or_multiple_profiles |
whether this is for a ct_plot graph (only 1 compound, tissue, file, etc.) or a graph with multiple profiles (multiple compounds, tissues, files, etc.). Options are "single" (default) or "multiple". |
plot_type |
options are "concentration-time", "enzyme-abundance", "dissolution-profile", "release-profile". May change these to be prettier. |
existing_exp_details |
OR supply: a data.frame with the following columns: File, Population, Substrate, Inhibitor1, Inhibitor1Metabolite, Inhibitor2, ... If left as NA, we'll note some generic parameters and make them bold to note that they should be changed. |
mean_type |
"arithmetic" (default) or "geometric" |
linear_or_log |
"linear" (default), "both", "both horizontal", "both vertical", "log", "semi-log", "horizontal and vertical" |
figure_type |
default is percentiles |
prettify_compound_names |
default is TRUE |
name_clinical_study |
optionally specify the name(s) of the clinical
study or studies for any observed data. This only affects the caption of
the graph. For example, specifying |
hline_position |
hline_position |
hline_style |
hline_style |
vline_position |
vline_position |
vline_style |
vline_style |
a string of text for making a caption
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.