EstimateV.3PG: Estimate Volume

Usage Arguments Examples

Usage

1

Arguments

N
Ww

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (N, Ww) 
{
    k <- 2.3415 + 0.1049 * N/1000
    a <- 0.9378 - 0.00438 * N/1000
    V <- k * Ww^a
    return(V)
  }

drGeorgeXenakis/fr3PGD documentation built on June 3, 2020, 6:10 a.m.