aes_map: Create an aesthetic mapping for a Patient Profile

Description Usage Arguments

Description

Create an aesthetic mapping for a Patient Profile

Usage

1
2
3
4
5
6
aes_map(fileBy = "id", id = "id", y = "y", x = "x", xend = "xend",
  group = "group", color = "color", color.values = NULL,
  shape = "shape", shape.values = NULL, size = "size",
  size.values = NULL, fill = "fill", fill.values = NULL,
  alpha = "alpha", alpha.values = NULL, linetype = "linetype",
  linetype.values = NULL, label = "label")

Arguments

fileBy

variable to group files by

id

the subject id variable

y

character string naming the y variable

x

character string naming the x variable

xend

character string naming the xend variable

color

character string naming the color variable

color.values

vector of color values


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