You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library('survival')
library('ggquickeda')
library('ggplot2')
ggplot(aml, aes(time = time, status = status, color = x)) + geom_km() + geom_kmticks()
The code spits out the following warnings on my system:
Warning messages:
1: The following aesthetics were dropped during statistical transformation: status
ℹ This can happen when ggplot fails to infer the correct grouping structure in the data.
ℹ Did you forget to specify a group aesthetic or to convert a numerical variable into a factor?
2: The following aesthetics were dropped during statistical transformation: status
ℹ This can happen when ggplot fails to infer the correct grouping structure in the data.
ℹ Did you forget to specify a group aesthetic or to convert a numerical variable into a factor?
3: Using the size aesthietic with geom_path was deprecated in ggplot2 3.4.0.
ℹ Please use the linewidth aesthetic instead.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.
The result is as it should be, however, something seems not right.
Thanks for any advice / improvements!
Best greetings,
Sebastian
PS:
Here my sessionInfo():
R version 4.2.1 (2022-06-23)
Platform: aarch64-apple-darwin20 (64-bit)
Running under: macOS Monterey 12.6.1
with the latest ggplot2 release I have many things to fix will keep this open for now
smouksassi
changed the title
Warning messages with geom_km and geom_kmticks
Warning messages with geom_km and geom_kmticks and potentially other uses after ggplot2 3.4.0
Nov 28, 2022
Dear all,
here a minimal example:
The code spits out the following warnings on my system:
The result is as it should be, however, something seems not right.
Thanks for any advice / improvements!
Best greetings,
Sebastian
PS:
Here my
sessionInfo()
:The text was updated successfully, but these errors were encountered: