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

Investigate/resolve warnings during plotting #50

Open
brown-jason opened this issue May 3, 2023 · 0 comments · May be fixed by #53
Open

Investigate/resolve warnings during plotting #50

brown-jason opened this issue May 3, 2023 · 0 comments · May be fixed by #53

Comments

@brown-jason
Copy link
Collaborator

When plotting many plots (entire aeid for example) there is generally multiple warnings due to missing data. Add checks into the tcplplot function so that the missing data is not attempted to be added. This will resolve the warnings.

tcplPlot(lvl=5, fld = "aeid",val = 2237, output = "pdf",verbose = FALSE)
There were 50 or more warnings (use warnings() to see the first 50)
> warnings()
Warning messages:
1: Removed 101 rows containing missing values (`geom_function()`).
2: Removed 101 rows containing missing values (`geom_function()`).
3: Removed 101 rows containing missing values (`geom_function()`).
4: Removed 101 rows containing missing values (`geom_function()`).
5: Removed 101 rows containing missing values (`geom_function()`).
6: Removed 101 rows containing missing values (`geom_function()`).
7: Removed 101 rows containing missing values (`geom_function()`).
8: Removed 101 rows containing missing values (`geom_function()`).
9: Removed 101 rows containing missing values (`geom_function()`).
10: Removed 34 rows containing missing values (`geom_vline()`).
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

Successfully merging a pull request may close this issue.

2 participants