fcmu_fcs_find_ylim: Find y-limits For Many Data Frames

Description Usage Arguments Value

View source: R/fc_multi.R

Description

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.

Usage

1
fcmu_fcs_find_ylim(data_list, clm)

Arguments

data_list

A list of data frames.

clm

Which column in each data frame you are interested in.

Value

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).


kmorrisongr/fcan documentation built on Sept. 9, 2020, 10:12 a.m.