Skip to content

hgch_scatter() stop working with two numerical variables #130

@pablotis

Description

@pablotis

When testing the following code:

  data <- ggplot2::diamonds
  data <- data |> dplyr::select(carat, x, everything())
  h <- hgch_scatter(data, var_num = c("x", "carat"))

The following error reveals:
imagen

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions