-
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
mobr shiny todo #4
Comments
Good evening @dmcglinn, Looking into getting some of the plots for the MoB Metrics tab, I am getting some of the following errors when using the get_mob_stats function: f_0 gives me the error: S_asymp & PIE gives me the error: S_n gives the error:
I am currently looking into these myself but wanted to go ahead and send them your way in case you had any suggestions on how to best go about handling them! This is all in my attempt to get all possible indexes to be calculated for the MoB Metrics tab plots... currently there were only three available in the app: N, S, S_PIE. Please let me know if you do in fact want all indices to be available or if there is a select few that would be better for the app. All indices I'm working on: N, S, S_n, S_asymp, f_0, pct_rare, PIE, S_PIE Thank you! |
NOTE: Latest application code is now up on my forked mobr_app repo under the branch updated_application. Please run the following code before trying to run the application to make sure that the dev branch of mobr is installed and being used by the Please let me know if there are any issues viewing the application! |
are you still having trouble with those univariate metrics that were giving you errors? |
Is the mob_stats metric S_n still causing errors? |
make_mob_in
andget_delta_stats
have changeddata(inv_comm); data(inv_plot_attr)
there are several other datasets to load as well see: https://github.com/MoBiodiv/mobr/tree/master/dataThe text was updated successfully, but these errors were encountered: