Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ pcvr Public

❗ This is a read-only mirror of the CRAN R package repository. pcvr — Plant Phenotyping and Bayesian Statistics. Homepage: https://github.com/danforthcenter/pcvrhttps://plantcv.org/https://danforthcenter.github.io/pcvr/ Report bugs for this package: https://github.com/danforthcenter/pcvr/issues

Notifications You must be signed in to change notification settings

cran/pcvr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pcvr pcvr Logo

R-CMD-check Coverage Status

R functions for use with plantCV output

Installation

A stable version of pcvr can be installed from CRAN

install.packages("pcvr")
library(pcvr)

Alternatively, the development version of pcvr can be installed using remotes/devtools install_github as shown below. Note that the default behavior in devtools/remotes is to only install true dependencies. Several functions in pcvr use specific packages that would otherwise not be needed for most work, notably the brms supporting functions. To install suggested packages (see DESCRIPTION file) add dependencies=T to the install_github function call.

devtools::install_github("danforthcenter/pcvr", build_vignettes=T) # to install without building vignettes set the build_vignettes argument to F or exclude it.
library(pcvr)

Usage

Please see the bellwether vignette for a general introduction to pcvr. In the future we expect to have more vignettes and to specialize each to some degree.

vignette("bellwether", package="pcvr")
# or 
browseVignettes("pcvr")

Feedback

Please report bugs and make feature requests with issues in this repository.

About

❗ This is a read-only mirror of the CRAN R package repository. pcvr — Plant Phenotyping and Bayesian Statistics. Homepage: https://github.com/danforthcenter/pcvrhttps://plantcv.org/https://danforthcenter.github.io/pcvr/ Report bugs for this package: https://github.com/danforthcenter/pcvr/issues

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages