View source: R/visustat_summary.R
visustat_summary | R Documentation |
With visustat_summary
, time-resolved summary statistics are calculated. In correspondence to visustat_frame
continuous and discrete parameters can be mapped individually on color and shape.
In addition, the population mean and either standard deviations, confidence intervals or standard errors for respective statistics can be displayed as facetted ribbon plots.
visustat_summary(df, ...)
df |
dataframe of the form: |
frame |
|
time.unit |
|
tracks |
|
par.map |
|
par.shape |
|
ribbon |
|
ribbon.stat |
|
line.size |
|
line.alpha |
|
line.length |
|
points.size |
|
points.alpha |
|
points.shape |
|
unit |
|
data(hiv_motility) visustat_summary(hiv_motility %>% na.omit(), par.map="speed", tracks=c(48, 66, 102, 108))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.