Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

R functions for use with plantCV output

NotificationsYou must be signed in to change notification settings

danforthcenter/pcvr

Repository files navigation

R-CMD-checkCoverage Status

R functions for use with plantCV output

Installation

A stable version ofpcvr can be installed fromCRAN

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

Alternatively, the development version ofpcvr can be installed using remotes/devtoolsinstall_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 theinstall_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 thebellwether vignette for a general introduction topcvr. 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

R functions for use with plantCV output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp