plot_writer_profiles | R Documentation |
Create a line plot of writer profiles for one or more documents.
plot_writer_profiles(profiles, color_by = "docname", ...)
profiles |
A data frame of writer profiles created with
|
color_by |
A column name. 'ggplot2' will always group by docname, but will use this column to assign colors. |
... |
Additional arguments passed to |
A line plot
docs <- system.file(file.path("extdata"), package = "handwriter")
profiles <- get_writer_profiles(docs, measure = "counts")
plot_writer_profiles(profiles)
profiles <- get_writer_profiles(docs, measure = "rates")
plot_writer_profiles(profiles)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.