demo/sec3.3.R

# Figure 3.3-1
histogram(~plates | genotype, SticklebackPlates, 
	layout=c(1,3), breaks=seq(6,70,by=2))

# Table 3.3-1
aggregate(plates ~ genotype, SticklebackPlates, FUN = favstats)

summary(plates ~ genotype, SticklebackPlates, fun = favstats)
kmiddleton/abd documentation built on Nov. 4, 2022, 7:31 a.m.