MyNixOS website logo
Description

Fundamental Formulas for Plant Physiology.

Functions tailored for scientific and student communities involved in plant science research. Functionalities encompass estimation chlorophyll content according to Arnon (1949) <doi:10.1104/pp.24.1.1>, determination water potential of Polyethylene glycol(PEG)6000 as in Michel and Kaufmann (1973) <doi:10.1104/pp.51.5.914> and functions related to estimation of yield related indices like Abiotic tolerance index as given by Moosavi et al.(2008)<doi:10.22059/JDESERT.2008.27115>, Geometric mean productivity (GMP) by Fernandez (1992) <ISBN:92-9058-081-X>, Golden Mean by Moradi et al.(2012)<doi:10.14207/ejsd.2012.v1n3p543>, HAM by Schneider et al.(1997)<doi:10.2135/cropsci1997.0011183X003700010007x>,MPI and TOL by Hossain etal., (1990)<doi:10.2135/cropsci1990.0011183X003000030030x>, RDI by Fischer et al. (1979)<doi:10.1071/AR9791001>,SSI by Fisher et al.(1978)<doi:10.1071/AR9780897>, STI by Fernandez (1993)<doi:10.22001/wvc.72511>,YSI by Bouslama & Schapaugh (1984)<doi:10.2135/cropsci1984.0011183X002400050026x>, Yield index by Gavuzzi et al.(1997)<doi:10.4141/P96-130>.

plantphysioR

The goal of plantphysioR is to provide basic functions related to plant physiology, it contains functions related to various yield related indices, pigment content calculations and PEG6000 calculations

Installation

You can install the development version of plantphysioR from GitHub with:

# install.packages("devtools")
devtools::install_github("rameshram96/plantphysioR")

Example

library(plantphysioR)
#all_indices 
Ms<-mean(yield_data$Ys)
Ms<-mean(yield_data$Ys)
Yp<-yield_data$Yp
Ys<-yield_data$Ys
all_indices(Yp,Ys,Mp,Ms)
#This function calculates all the yield related indices inclued in the package
# calculation of Stress susceptibility index
ss_index(500, 350, 450, 370)

R-CMD-check

Metadata

Version

1.0.0

License

Unknown

Platforms (75)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-darwin
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-darwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows