Skip to content

Commit

Permalink
more detail in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jniedballa committed Feb 24, 2024
1 parent c575826 commit a0b81f7
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 16 deletions.
1 change: 1 addition & 0 deletions R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ plot_coef_commOccu <- function(object,

submodel <- match.arg(submodel, choices = c("det", "state"))
colorby <- match.arg(colorby, choices = c("significance", "Bayesian p-value"))
if(colorby == "Bayesian p-value") stop(paste("colorby = 'Bayesian p-value' is currently not supported."))

scales <- match.arg(scales, choices = c("free", "free_y"))

Expand Down
27 changes: 18 additions & 9 deletions docs/reference/plot_coef-commOccu-method.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 11 additions & 7 deletions docs/reference/plot_effects-commOccu-method.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0b81f7

Please sign in to comment.