View source: R/PBalancePredi.R
PBalancePredi | R Documentation |
This function calculates the balance that has at the numerator de bacteria placed at Num
and has at the denominator the bacteria placed at Dem
PBalancePredi(Num, Dem, DatosEsperanzas)
Num |
vector that contains the position in the matrix |
Dem |
vector that contains the position in the matrix |
DatosEsperanzas |
Vector with a coda composition. The bacteria are in the same orden than the matrix |
Returns the value of the balance
Num=c(1,2)
Dem=c(3,4)
DatosEsperanzas=c(0.1,0.3,0.4,0.2)
PBalancePredi(Num,Dem,DatosEsperanzas)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.