Plot method for objects of class kRp.text
Plot method for S4 objects of class kRp.text
,
plots the frequencies of tagged word classes.
plot(x, y, ...) ## S4 method for signature 'kRp.text,missing' plot(x, what = "wclass", ...)
x |
An object of class |
y |
From the generic |
... |
Any other argument suitable for plot() |
what |
Character string, valid options are:
|
# code is only run when the english language package can be loaded if(require("koRpus.lang.en", quietly = TRUE)){ sample_file <- file.path( path.package("koRpus"), "examples", "corpus", "Reality_Winner.txt" ) tokenized.obj <- tokenize( txt=sample_file, lang="en" ) plot(tokenized.obj) } else {}
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.