make_baseplot: Create the underlying plot upon which to build a patient...

Description Usage Arguments Value

Description

Create the underlying plot upon which to build a patient profile

Usage

1
2
3
make_baseplot(data, aes_map = aes_map(), axis.lim.x = NULL,
  axis.name.x = "", axis.breaks.x = NULL, axis.labels.x = NULL,
  axis.name.y = "", axis.breaks.y = NULL, axis.labels.y = NULL)

Arguments

data

the dataset

aes_map

a list of the aesthetic mappings for the plot. See aes_map.

axis.lim.x

vector of length two with lower and upper bounds of x axis

axis.name.x

character string of x axis title

axis.breaks.x

vector containing locations for x axis labels

axis.labels.x

vector (must be same length as axis.breaks.x) with labels for the yaxis

axis.name.y

character string of y axis title

axis.breaks.y

vector containing locations for y axis labels

axis.labels.y

vector (must be same length as axis.breaks.y) with labels for the y axis

Value

a ggplot2 object


bsaul/patientProfileR documentation built on May 13, 2019, 8:13 a.m.