ct_y_axis | R Documentation |
This function is specifically for setting options for the y axis in a concentration-time graph and is NOT meant to be called on its own.
ct_y_axis(
ADAMorAdvBrain,
Tissue_subtype,
EnzPlot,
y_axis_limits_lin,
time_range,
y_axis_interval = NA,
prettify_compound_names = TRUE,
normalize_by_dose = FALSE,
y_axis_limits_log,
Ylim_data,
pad_y_axis,
time_range_relative
)
ADAMorAdvBrain |
T or F for whether ADAM or advanced brain model used |
Tissue_subtype |
which ADAM-model or advanced-brain-model subsection the data include |
EnzPlot |
T or F for whether this was a plot of enzyme abundance |
y_axis_limits_lin |
user input for y axis limits for a linear plot |
time_range |
user-specified time range |
y_axis_interval |
user input for y axis tick-mark interval |
prettify_compound_names |
prettify? |
normalize_by_dose |
T or F for whether to normalize concs by dose |
y_axis_limits_log |
user input for y axis limits for a semi-log plot |
Ylim_data |
data used for determining y axis limits |
pad_y_axis |
user-specified value for pad_y_axis |
time_range_relative |
relative time range |
values to use for ct_plots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.