R/wrangling/Data_input_stoat_jan2019.R

######################################
####additonal information needed to estimate stoat control parameter
#or valley parameter
##create a dataset that .....

##create a dataset that .....
#stoats where controlled in all of the eglington valleys AND from

#nab the structure from rats
stoat <- read.csv("C://Users/s435389/Dropbox/data/Rat_lag_data.csv", header = TRUE)
stoat[,1:4] <- 1
stoat[13:20,2] <- NA
stoat[,5:8] <- 2
stoat[12:20,5:8] <- 1
stoat[13:20,5] <- NA
#stoat[1,] <- NA

# stoat
davan690/beech-publication-wr documentation built on March 29, 2020, 11:09 a.m.