Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/conjugate.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
#' where shape and scale are the respective parameters of the gamma distributed rate
#' (inverse of scale) parameter of gamma distributed data.}
#' \item{\strong{"poisson" and "exponential": } \code{priors = list(a = 0.5,b = 0.5)},
#' where a and b are shape parameters of the gamma distribution.}
#' where a and b are shape and rate parameters of the gamma distribution.}
#' \item{\strong{"negbin": } \code{priors = list(r = 10, a = 0.5, b = 0.5)},
#' where r is the r parameter of the negative binomial distribution
#' (representing the number of successes required)
Expand Down
25 changes: 25 additions & 0 deletions R/pcvr-package.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#' Plant Phenotyping and Bayesian Statistics
#'
#' @name pcvr-package
#' @aliases pcvr
#'
#' @description
#' \if{html}{
#' \figure{pcvr_logo.png}{options: width="100" alt="logo" style="float: right"}
#' }
#'
#' The \pkg{pcvr} package is meant to interface with any datatypes returned from \pkg{PlantCV}
#' including single and multi value trait phenotypes as well as common metadata for plant science
#' experiments as well as lower the barrier to entry for select Bayesian statistics and longitudinal
#' models of particular use in plant science.
#'
#'
#' @seealso
#' Useful links:
#' \itemize{
#' \item \url{https://plantcv.org}
#' \item Report bugs at \url{https://github.com/danforthcenter/pcvr}
#' }
#' \code{\link{growthSS}}
#' \code{\link{conjugate}}
"_PACKAGE"
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,4 @@ reference:
- summary.conjugate
- plot.conjugate
- conjugate-class
- pcvr-package
2 changes: 1 addition & 1 deletion man/conjugate.Rd

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

41 changes: 41 additions & 0 deletions man/pcvr-package.Rd

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

Loading