Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: 'plot.data' contains value(s) > grid.max #41

Open
cranknasty opened this issue Nov 2, 2020 · 1 comment
Open

Error: 'plot.data' contains value(s) > grid.max #41

cranknasty opened this issue Nov 2, 2020 · 1 comment

Comments

@cranknasty
Copy link

Error: 'plot.data' contains value(s) > grid.max
from tibble object with 13 rows and 12 columns?

@georgeblck
Copy link

I have had this error come up a lot when I started to work with the ggrader package.
The function expects all numerical values to be under 1 when nothing else is specified. If your values are above this, either scale them all down to be in the range of 0-1 or specify your desired limits with the options grid.min, grid.mid, grid.max, values.radar etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants