powered by
Data on the rate at which Hen Harriers consume Grouse as a function of Grouse density.
data(harrier)
A data frame with 2 columns and 37 rows. The columns are:
Density of Grouse per square kilometre.
Number of Grouse consumed per Hen Harrier per day.
Data have been read from Figure 1 of Asseburg et al. (2005)
Wood, S.N. (2006, 2017) Generalized Additive Models: An Introduction with R. CRC
# NOT RUN { data(harrier) with(harrier,plot(Grouse.Density,Consumption.Rate)) # }
Run the code above in your browser using DataLab