Learn R Programming

NUETON (version 0.2.0)

PFP: Calculate Partial Factor Productivity (PFP)

Description

The expression of yield per unit of fertilizer N applied. Formula: PFP = YieldF / FertN

Usage

PFP(YieldF, FertN)

Value

A numeric vector of PFP values.

Arguments

YieldF

A numeric vector of final yield values.

FertN

A numeric value or vector for fertilizer N input.

Examples

Run this code
YieldF <- c(10, 12, 15)
FertN <- 50
PFP(YieldF, FertN)

Run the code above in your browser using DataLab