-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add records/year rug to OccDet plots #178
Comments
@mlogie it would be good to get this in some time. can you share the code with me? |
Tom, I've hacked together a way to do this in combination with a facet_grid, but it is very long-winded, clumsy and specific to my dataset (very much not generic). I've also added alpha transparency to the rug, based on the number of records/yr which gives an indication of temporal variation in sampling effort (over and above indicating years without records), which I think is quite effective. If this sort of thing could be built in (by a proper coder!) to plot.OccDet, that would be brilliant. |
@mlogie did you not do this as Well? Can you share your code here? |
@AugustT I did on a project, but it was a one-off. I'll dig out my code and see how easily I can integrate it into one of the plotting functions |
ThAnks Mark, as a minimum if you could paste your code in a comment here I think that would help @mlogie |
Add Marks cool rug to the plots.
This needs us to update the plot.OccDet method and output the number of records per year in the OccDet object
The text was updated successfully, but these errors were encountered: