Description Usage Arguments Slots
superclass for comp and context class
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | ## S4 method for signature 'textstat'
head(x, ...)
## S4 method for signature 'textstat'
tail(x, ...)
## S4 method for signature 'textstat'
dim(x)
## S4 method for signature 'textstat'
nrow(x)
## S4 method for signature 'textstat'
round(x, digits = 2)
## S4 method for signature 'textstat'
colnames(x)
## S4 method for signature 'textstat'
sort(x, by, decreasing = TRUE)
as.bundle(object, ...)
## S4 method for signature 'textstat,textstat'
e1 + e2
## S4 method for signature 'textstat'
subset(x, ...)
## S4 method for signature 'textstat'
as.data.table(x)
## S4 method for signature 'textstat'
x[[i]]
## S4 method for signature 'textstat,ANY,ANY,ANY'
x[i]
## S4 method for signature 'textstat'
view(.Object)
|
x |
textstat object |
... |
further parameters |
digits |
no of digits |
by |
by |
decreasing |
logical |
object |
an object |
e1 |
object 1 |
e2 |
object 2 |
i |
index |
.Object |
an object |
pAttribute
Object of class "character"
p-attribute of the query
corpus
Object of class "character"
stat
Object of class "data.frame"
statistics of the analysis
name
name of the object
encoding
Object of class "character"
encoding of the corpus
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.