Calculates the positions of n-grams in two document versions which match an ngram in the other version.
ngram_sequnce_plot(ngram_sequnce_results, document = 1, columns = NULL,
include_title_legend = TRUE, return_plot_object = FALSE,
custom_title = NULL)
A List object produced by the `ngram_sequence_matching()` function.
Can be 1 or 2, the index of the document to plot.
Defaults to NA, in which case the number of columns will be set automatically. Can be set to any integer number by the user.
Defaults to TRUE in which cas a title and legend are include in the plot. Can be set to FALSE for multi-plotting.
Logical defaults to FALSE. If TRUE, then the plot is not printed, only returned.
Optional custom plot title.
A plot