clayout | R Documentation |
Column information/structure accessors
clayout(obj)
## S4 method for signature 'VTableNodeInfo'
clayout(obj)
## S4 method for signature 'PreDataTableLayouts'
clayout(obj)
## S4 method for signature 'ANY'
clayout(obj)
clayout(object) <- value
## S4 replacement method for signature 'PreDataTableLayouts'
clayout(object) <- value
col_info(obj)
## S4 method for signature 'VTableNodeInfo'
col_info(obj)
col_info(obj) <- value
## S4 replacement method for signature 'TableRow'
col_info(obj) <- value
## S4 replacement method for signature 'ElementaryTable'
col_info(obj) <- value
## S4 replacement method for signature 'TableTree'
col_info(obj) <- value
coltree(
obj,
df = NULL,
rtpos = TreePos(),
alt_counts_df = df,
ccount_format = "(N=xx)"
)
## S4 method for signature 'InstantiatedColumnInfo'
coltree(
obj,
df = NULL,
rtpos = TreePos(),
alt_counts_df = df,
ccount_format = "(N=xx)"
)
## S4 method for signature 'PreDataTableLayouts'
coltree(
obj,
df = NULL,
rtpos = TreePos(),
alt_counts_df = df,
ccount_format = "(N=xx)"
)
## S4 method for signature 'PreDataColLayout'
coltree(
obj,
df = NULL,
rtpos = TreePos(),
alt_counts_df = df,
ccount_format = "(N=xx)"
)
## S4 method for signature 'LayoutColTree'
coltree(
obj,
df = NULL,
rtpos = TreePos(),
alt_counts_df = df,
ccount_format = "(N=xx)"
)
## S4 method for signature 'VTableTree'
coltree(
obj,
df = NULL,
rtpos = TreePos(),
alt_counts_df = df,
ccount_format = "(N=xx)"
)
## S4 method for signature 'TableRow'
coltree(
obj,
df = NULL,
rtpos = TreePos(),
alt_counts_df = df,
ccount_format = "(N=xx)"
)
col_exprs(obj, df = NULL)
## S4 method for signature 'PreDataTableLayouts'
col_exprs(obj, df = NULL)
## S4 method for signature 'PreDataColLayout'
col_exprs(obj, df = NULL)
## S4 method for signature 'InstantiatedColumnInfo'
col_exprs(obj, df = NULL)
col_counts(obj, path = NULL)
## S4 method for signature 'InstantiatedColumnInfo'
col_counts(obj, path = NULL)
## S4 method for signature 'VTableNodeInfo'
col_counts(obj, path = NULL)
col_counts(obj, path = NULL) <- value
## S4 replacement method for signature 'InstantiatedColumnInfo'
col_counts(obj, path = NULL) <- value
## S4 replacement method for signature 'VTableNodeInfo'
col_counts(obj, path = NULL) <- value
col_total(obj)
## S4 method for signature 'InstantiatedColumnInfo'
col_total(obj)
## S4 method for signature 'VTableNodeInfo'
col_total(obj)
col_total(obj) <- value
## S4 replacement method for signature 'InstantiatedColumnInfo'
col_total(obj) <- value
## S4 replacement method for signature 'VTableNodeInfo'
col_total(obj) <- value
obj |
( |
object |
( |
value |
( |
df |
( |
rtpos |
( |
alt_counts_df |
( |
ccount_format |
( |
path |
( |
A LayoutColTree
object.
Returns various information about columns, depending on the accessor used.
facet_colcount()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.