Description Usage Arguments Value Author(s) Examples
Helper function for cor_tbl
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | get_row_name(x)
get_col_name(x)
get_type(x)
get_show_diag(x)
nrows(x)
ncols(x)
is_cor_tbl(x)
is_gcor_tbl(x)
|
x |
a cor_tbl. |
return attribute value.
Houyun Huang, Lei Zhou, Jian Chen, Taiyun Wei
1 2 3 4 5 6 7 8 9 10 11 12 | df <- fortify_cor(mtcars)
## get rows names
get_row_name(df)
## get columns names
get_col_name(df)
## get show.diag parameter
get_show_diag(df)
## get type parameter
get_type(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.