Skip to content

subsetting rows and cols in cormatrix removes significance stars #26

Open
@DominiqueMakowski

Description

@DominiqueMakowski
x <- as.table(correlation(iris))
x
x[1:3, 1:3]

And this is because subsetting a dataframe removes all attributes for some reason (which I didn't know). I am not sure if they are any easy workarounds.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug 🐛Something isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions