Create an aesthetic mapping for a Patient Profile
| 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")
 | 
| 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 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.