Description Usage Arguments Details Value Note Author(s) References See Also Examples
It measures the rank order of flowering for individual plants within a population.
| 1 | RIind(dd, pop, ind)
 | 
| dd | Flowering data | 
| pop | group of Population | 
| ind | ID of individual | 
ri=sum(aij/bi);(j=1:p)
| i | individuals | 
| j | time during the flowering from beginning to pike of flowering p | 
| r | the rank of each individual | 
| aij | flowers that had already open in the individual by the jth census day | 
| bi | the total number of flowers opening in the individual during the season | 
| xij | xij=aij/bi | 
nothing
WANG,XIE
[1]Mahoro, S. (2002). Individual flowering schedule, fruit set, and flower and seed predation in Vaccinium hirtum Thunb. (Ericaceae). Can. J. Bot. 80: 82-92.
nothing
| 1 2 3 4 5 6 7 8 9 10 | 
     R.length R.min R.max R.mean R.sd
pop1        2     3     3      3    0
pop2        2     3     3      3    0
$res
     R.length R.min R.max R.mean R.sd
pop1        2     3     3      3    0
pop2        2     3     3      3    0
$NO.of.ind
[1] 4
$aij
   pop      fls D5/1 D5/2 D5/3 D5/4 D5/5 D5/6 D5/7
1 pop1 pop1 - 1    0    1    1    1    0    0    0
2 pop1 pop1 - 2    0    1    0    1    1    0    0
3 pop2 pop2 - 1    0    0    0    1    1    1    0
4 pop2 pop2 - 2    0    0    0    1    1    0    1
$bij
         [,1]
pop1 - 1    1
pop1 - 2    1
pop2 - 1    1
pop2 - 2    1
$xij
   pop      fls D5/1 D5/2 D5/3 D5/4 D5/5 D5/6 D5/7
1 pop1 pop1 - 1    0    1    1    1    0    0    0
2 pop1 pop1 - 2    0    1    0    1    1    0    0
3 pop2 pop2 - 1    0    0    0    1    1    1    0
4 pop2 pop2 - 2    0    0    0    1    1    0    1
$R
  population individual r
1       pop1   pop1 - 1 3
2       pop1   pop1 - 2 3
3       pop2   pop2 - 1 3
4       pop2   pop2 - 2 3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.