-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello Quentin! I am using ggetho to plot activity patterns of raccoons over the course of the year (you previously helped me format my data to work with ggetho, thank you again!). I've continued working with this, and I want to change the color scale from the default blue/black to a blue/red. Is there some argument to do this within stat_tile_etho?
Additionally, I have been having trouble adding geoms to this figure because the weeks are stored as ids, not continuous variables, in the behavr tables. For example, I want to plot a line showing when the sunrise and sunset is over the course of the year. I have this average value for each week, but haven't been able to add it to the ggetho plot with a geom_vline. Is there some way to do this within ggetho or behavr tables without ggplot2?
Thanks!
Jacob