get_attr: Helper function for cor_tbl

Description Usage Arguments Value Author(s) Examples

Description

Helper function for cor_tbl

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15

Arguments

x

a cor_tbl.

Value

return attribute value.

Author(s)

Houyun Huang, Lei Zhou, Jian Chen, Taiyun Wei

Examples

 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)

houyunhuang/ggcor documentation built on July 22, 2020, 8:31 p.m.