-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adding `plot_clusters` * removing deprecated functions from NAMESPACE * small fixes * fix bug in `plot_similarity` ... ... where it would throw an error when using a univariate model * improve plot_similarity ... ... to use smarter color-limits than the current default in corrplot package * update docs * fix plotting bugs in `plot_clusters` and `plot_similarity` * update docs for `plot_maps` * fix bug in last update to `plot_range_index` * fix `plot_clusters` to work well with NAs * add informative error for `plot_range_edge` ... ... for cases when normal approximation used by `sample_variable` performs poorly * prune dependencies using `renv::dependencies` * Try adding INLA to IMPORTS using `Additional_repositories` * moving SpatialDeltaGLMM fits to FishStatsUtils ... ... so that I can then remove SpatialDeltaGLMM from dependencies of VAST * noting `summarize_covariance` is deprecated * housekeeping: remove .onAttach action, and deprecate map_hypervariance * eliminate dependency `gap` * small fixes * adding Lindegren et al. ref to `plot_clusters` * fix obj$report() when using intern=TRUE * improved tracking for run times * update messages * fix bug * Deprecate Calc_Anisotropic_Mesh * a * fix bug in plot_similarity ... ... where plot.hclust(.) throws an error with only 2 groups * Update version number * adding `form` to plot.fit_model ... .. so that residuals can be easily plotted by category * improve `plot_clusters` and `summary.fit_model` ... ... in support of h/t Joe Bizzarro and West Coast diet analysis * update docs * fix `plot_similarity` bug ... ... which threw uniformative error when doing EpsilonTime for a model with only one time-interval * better fix for plot_similarity .. ... when n_t = 1 * add warning for incorrect class in `plot_variable` * adding `plot_residual_semivariance` ... ... as additional diagnostic for model fit * small updates * fix typo in `plot_residual_semivariance` * Update fit_model ... ... to allow user to pass data_list, spatial_list, or extrapolation_list and thereby override default functions. See #83 * fix bug in `plot_residual_semivariance` and ... ... add backdoor for new maps for barrier feature, see #84 * fix bug in last commit * Improve `plot_results` ... ... by allowing `Expansion_cz` to be passed to `calculation_proportion` * adding sf option for plotting maps * adding new epsilon-correction by default * small plotting fix for format="sf" ... ... h/t Sarah Gaichas for flagging the issue * adding demo code for SVC paper * fix to work with suplus-production example to use Bratio and Fratio * increase eval.max and iter.max defaults * various doc updates
- Loading branch information
1 parent
c8bf4df
commit 57e18bb
Showing
77 changed files
with
1,612 additions
and
942 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.