Learn R Programming

polmineR (version 0.6.1)

partition-class: partition class

Description

partition class

Usage

"as.markdown"(object, meta, cpos = TRUE)
"freq"(.Object)
"pAttributes"(.Object)
"["(x, i)
"[["(x, i)
"name"(x)
"name"(x) <- value
"dissect"(object, dim, verbose = FALSE)
"length"(x)
"as.data.frame"(x)
"hist"(x, ...)

Arguments

object
a partition object
meta
...
cpos
...
.Object
a partition object
x
a partition object
i
index
value
value
dim
don't know
verbose
logical, whether to be verbose
...
further parameters

Slots

name
Object of class "character" a name that may be useful
corpus
Object of class "character" the CWB corpus the partition is based on
encoding
Object of class "character" encoding of the corpus
sAttributes
Object of class "list" s-attributes specifying the partition
explanation
Object of class "character" an explanation of the partition
cpos
Object of class "matrix" corpus positions
annotations
Object of class "list"
pos
Object of class "list" with tables "abs", "rel" and "max"
size
Object of class "numeric" total size of the partition
metadata
Object of class "data.frame" metadata information
strucs
Object of class "numeric" the strucs defining the partition
pAttribute
Object of class "character" indicating the pAttribute of the count in slot tf
xml
Object of class "character" whether the xml is flat or nested
sAttributeStrucs
Object of class "character" the base node
call
Object of class "character" the call that generated the partition