| plot_classification_trend | R Documentation |
Plot the cumulative trend of positive and negative labelled records.
plot_classification_trend(records, column = NULL, step_size = 20, limit = NULL)
records |
An annotated data frame of records. |
column |
The column from which the record labels are taken. By default
the labels are taken by the manual plus the automatic classification,
excluding labels imported using |
step_size |
The interval with which the cumulative numbers are plotted. |
limit |
How many records to display. |
A ggplot2 object.
## Not run:
data <- get_session_files("Session1")$Annotations %>%
last() %>%
import_data()
plot_classification_trend(data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.