Learn R Programming

mcmcr (version 0.0.2)

term: Term Vector

Description

A term vector is a sortable vector of the terms from an analysis.

Arguments

Examples

Run this code
# NOT RUN {
terms <- terms(mcmcr_example)
terms <- rev(terms)
terms
sort(terms)
# }

Run the code above in your browser using DataLab