Nothing
knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(Rmolt)
Rmolt package is designed to facilitate the representation of the percentage of molted feathers in a bird population.
There are 3 different type of graphics available.
The first one is to have the molting graph for only 10 primaries.
Rmolt(df, "10_0")
The second is for the complete wing and tail for a 10 primaries bird.
Rmolt(fcf, 10)
The last one is for the complete wing and tail for a 9 primaries brid.
Rmolt(dcb, 9)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.