bootstrapper | R Documentation |
Create a bootstrap of segments and their sightings
bootstrapper(segments, sightings)
segments |
'data.frame' of segment summary data (each row is a segment), with a columns named 'Sample.Label'. |
sightings |
'data.frame' of sightings (each row is a sighting), with a column named 'Sample.Label'. |
A 'list' with two slots: a bootstrap version of 'segments' and a bootstrap version of 'sightings'. Each 'data.frame' has a revised 'Sample.Label' column and a new column, 'old_Sample', which records the original sample label.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.