clean.RIC {Animal} | R Documentation |
Performs the following clean ups on RIC roughage intake files: Removes lines with Cow number 0 and lines with negative feed intake and visits with 0 duration. Equal using clean=T with read.RIC.
clean.RIC(data)
data |
A data.frame read in with read.RIC |
Cleaned data.frame
Matti Pastell <matti.pastell@helsinki.fi>
data(RIC) cleaned.data <- clean.RIC(RIC)