View source: R/utils-calc-yoob.R
calc_yoob | R Documentation |
lo_col
and hi_col
in the data frame to be equal to the limits for
those points below or above. YOOB means Y-axis Out-Of-BoundsCalculate the data outside the range of the y limits and change the
lo_col
and hi_col
in the data frame to be equal to the limits for
those points below or above. YOOB means Y-axis Out-Of-Bounds
calc_yoob(d, ylim, lo_col, med_col, hi_col, show_arrows = TRUE)
d |
A data frame containing |
ylim |
A vector of two values, a lower limit and an upper limits |
lo_col |
The name of the column representing the lower values |
med_col |
The name of the column representing the median values |
hi_col |
The name of the column representing the upper values |
A list of length up to three,, containing the modified data
frame d
, the data frame containing data below the lower ylim
value
(d_outside_lo
), and the data frame containing data above the higher
ylim
value (d_outside_hi
). If no data are below or above the ylim
values, d_outside_lo
and/or d_outside_hi
may not be present
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.