Description Usage Arguments Value
Find the y-limits that will encompass all of the data present in the data frames in the list. Allows plots to be drawn with the same y-limits, making visual inspection and comparison easier and less dubious.
1 | fcmu_fcs_find_ylim(data_list, clm)
|
data_list |
A list of data frames. |
clm |
Which column in each data frame you are interested in. |
A vector of y-limits c(lower, upper). If, for some reason, no y-limits were found, you get back NULL and an error is written. If only a y-maximum was found, the y-minimum is set to 0 and you get back c(0, y_max).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.