consolidate_moult_records | R Documentation |
This is a helper function to format input data for the Type 1+2 moult model.
consolidate_moult_records(moult_score, moult_cat)
moult_score |
a numeric vector of (linearized) moult scores in [0,1] (0 = old plumage,1 = new plumage). |
moult_cat |
a numeric vector of categorical moult codes (1 = old plumage,2 = moulting, 3 = new plumage) |
a numeric vector of scores and categorical records with values [0,1] for old, new and continuous active moult scores, and value 2 for categorical active moult records.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.