-
Notifications
You must be signed in to change notification settings - Fork 3
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 temporal plot of deployement #164
Comments
I think this functionality fits perfectly in this package, @Rafnuss! Thanks. Function name
Axisx-axis:
featureyes, same features, please, but only the ones you think make sense. Still, we would like to change the way of working of filteringAgain, this is also something we would like to do before hand, see issue #92. In this way, both libraryyes, plot styleScatter plot is an option, yes. Still, I was thinking about an heatmap: it would improve the appeal of the plot, I think. I was wondering what you thought about matrix plot, maybe an heat map? |
Naming: ideally the first part of the function name is a verb, so
|
Thanks @peterdesmet! You are right. The point is that I think
I would use @peterdesmet, @Rafnuss: could you follow my reasoning? |
Thanks for the input. Yes, I follow the logic and this could work well. I do have a slightly difference option to suggest.
So, I would go for But I don't have much experience, so happy to follow your advice. |
I'm strong in favor of using the leaflet function and would distinguish these functions using leaflet from those returning plots I agree that we should think about the second part of the function names given that a deployment returns many different interesting variables (n_obs, n_species, n_indiv, ...) |
I agree that it would be better to remove |
Decided to keep |
Hey, I'm a little squeezed with time at the moment and don't think I'll be able to develop this functions now (and for the next 6-9months I belive to be honest with you). Sorry. Is it better to close this issue for now? |
Hi @Rafnuss. You don't need to say sorry! I would prefer to leave the issue open as it can be that I will work on this next year. Showing this kind of information is quite important. In case I work on it, would you like to be (one of) the reviewer(s)? |
I've been using this plot to check the date of my deployements and the corresponding image to check that everything was correct (eg. camera running all the way to the end of the deployement, etc).
I thought it might be a nice plot to add to the package.
I was thinking of following the argument than
map_dep()
roughly.time_dep
?map_dep()
:n_individuals
,n_species
,n_obs
. Is there a reason for not setting one as default ?ggplot2
?The text was updated successfully, but these errors were encountered: