powered by
Movement data included in the package. The data contains fictitious example data of cattle movements during the period 2005-08-01 -- 2005-10-31.
data(transfers)
A data frame with 70190 observations on the following 6 variables.
a numeric vector with the holding identifier of the source.
a numeric vector with holding identifier of the destination.
a character vector with the identity of the animal. In this dataset an 5 character hexadecimal vector.
a Date of the transfers
a numeric vector with the number of animals moved. Always 1 in this dataset.
a factor describing the category of the animal. Always Cattle in this dataset.
Cattle
data(transfers) Trace(movements = transfers, root = 2645, tEnd = "2005-10-31", days = 90)
Run the code above in your browser using DataLab