ngram_sequnce_plot: N-Gram Sequence Matching

Description Usage Arguments Value

View source: R/ngram_sequence_plot.R

Description

Calculates the positions of n-grams in two document versions which match an ngram in the other version.

Usage

1
2
3
4
ngram_sequnce_plot(ngram_sequnce_results, document = 1, columns = NULL,
  include_title_legend = TRUE, return_plot_object = FALSE,
  custom_title = NULL, match_color = "#2B83BAC8",
  non_match_color = "#FDAE61C8")

Arguments

ngram_sequnce_results

A List object produced by the 'ngram_sequence_matching()' function.

document

Can be 1 or 2, the index of the document to plot.

columns

Defaults to NA, in which case the number of columns will be set automatically. Can be set to any integer number by the user.

include_title_legend

Defaults to TRUE in which cas a title and legend are include in the plot. Can be set to FALSE for multi-plotting.

return_plot_object

Logical defaults to FALSE. If TRUE, then the plot is not printed, only returned.

custom_title

Optional custom plot title.

match_color

Defaults to "#2B83BAC8" (light blue).

non_match_color

Defaults to "#FDAE61C8" (orange).

Value

A plot


matthewjdenny/SpeedReader documentation built on March 25, 2020, 5:32 p.m.