shelters {makeFlow} | R Documentation |
shelters
Description
Pseudodata depicting the outcomes of 10,000 animals in shelters over three months generated to demonstrate the makeFlow() diagram. Aside: consider adopting your next pet :)
Usage
data("shelters")
Format
A data frame with 10000 observations on the following 6 variables.
loc
a factor with levels
shelter
name
a character vector
id
a numeric vector
Jan
a factor with levels
Remaining
Adopted
Transfered
Euthanized
Feb
a factor with levels
Remaining
Adopted
Transfered
Euthanized
Mar
a factor with levels
Remaining
Adopted
Transfered
Euthanized
[Package makeFlow version 1.0.2 Index]