getDataReferenceLines {clinDataReview} | R Documentation |
Extract data for the reference lines
Description
This function especially extracts the data if an aesthetic variable is specified in the reference line parameters.
Usage
getDataReferenceLines(refLinePars, data, facetPars = NULL)
Arguments
refLinePars |
(optional) Nested list, with parameters for each reference line(s). Each sublist (a.k.a reference line) contains:
|
data |
Data.frame with data. |
facetPars |
List with facetting parameters,
passed to the facetting function. Variables should be specified
as character or formula.
For 'wrap' facetting ( |
Value
List of data for the lines
Author(s)
Laure Cougnaud