Learn R Programming

ifit (version 1.0.0)

toad-data: Toad data

Description

A dataset describing the nocturnal movements of 66 Fowler's toad that were radio-tracked for 63 days.

Usage

toads

Arguments

Format

A numerical matrix with 63 rows and 66 columns

References

Philippe Marchand, Morgan Boenke, and David M. Green (2017) ‘A Stochastic Movement Model Reproduces Patterns of Site Fidelity and Long-Distance Dispersal in a Population of Fowler’s Toads (Anaxyrus Fowleri)’, Ecological Modelling, 360, pp 63–69, tools:::Rd_expr_doi("10.1016/j.ecolmodel.2017.06.025").

Examples

Run this code
# White cells are missing data
lattice::levelplot(sweep(toads, 2, toads[1,]), 
                   ylab="Toad", xlab="Day", 
                   at=c(-Inf, seq(-200, 200, by=10), +Inf))

Run the code above in your browser using DataLab