Description Usage Arguments Value Examples
View source: R/1-plot-column-summary.R
Plot code duration for a datavyu column
1 | plot_column_summary(datavyu_object)
|
datavyu_object |
a datavyu object created by |
A ggplot2 plot
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ## Not run:
freq_summary <- summarize_column(column = "childhands", code = "childhands.hand",
directory = system.file("extdata", "datavyu_output_11-16-2020_13-26", package = "datavyu"))
freq_summary_by_file <- summarize_column(column = "childhands", code = "childhands.hand",
directory = "ex-data/datavyu_output_11-16-2020_13-26", by_file = TRUE)
plot_column_summary(freq_summary)
plot_column_summary(freq_summary_by_file)
duration_summary <- summarize_column(column = "childhands", code = "childhands.hand",
directory = "ex-data/datavyu_output_11-16-2020_13-26", summary = "duration")
duration_summary_by_file <- summarize_column(column = "childhands", code = "childhands.hand",
directory = "ex-data/datavyu_output_11-16-2020_13-26", summary = "duration", by_file = TRUE)
plot_column_summary(duration_summary)
plot_column_summary(duration_summary_by_file)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.