plot_classification_trend: Plot the cumulative trend of positive and negative labelled...

plot_classification_trendR Documentation

Plot the cumulative trend of positive and negative labelled records.

Description

Plot the cumulative trend of positive and negative labelled records.

Usage

plot_classification_trend(records, column = NULL, step_size = 20, limit = NULL)

Arguments

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 import_classification().

step_size

The interval with which the cumulative numbers are plotted.

limit

How many records to display.

Value

A ggplot2 object.

Examples

## Not run: 
data <- get_session_files("Session1")$Annotations %>%
  last() %>%
  import_data()

plot_classification_trend(data)

## End(Not run)

bakaburg1/BaySREn documentation built on March 30, 2022, 12:16 a.m.