r paste('Results for CES Site', thissite, 'in', thisyr)
op <- par(no.readonly = TRUE) par(mar=c(4.1, 4.1, 1.1, 1.1)) siteplot(data = yrdata, site = thissite, effort=TRUE, whisklty=1, pt.cex=1.5) siten <- round(yrdata$ds[sitename==thissite & year==thisyr, N],2) allmedian <- round(yrdata$ds.bxp$stats[3 ,ncol(yrdata$ds.bxp$stats)],2) ttext <- paste('In', thisyr, 'your site caught', siten, 'birds per metre, compared to a median of', allmedian, 'birds') title(sub=ttext, font.main=1, line=-1, outer=TRUE) par(op)
par(mfrow = c(1, 2), font.main=1) siteplot(data = sppjdatay, year = thisyr, site=thissite, splist = splist.site, whisklty=1, effort = TRUE, margin=c(4.5,8,2.5,0), main='Juveniles', cex.axis=0.75, cex.lab=0.75, pt.cex=1, ylab='') siteplot(data = sppadatay, year = thisyr, site=thissite, splist = splist.site, whisklty=1, effort = TRUE, margin=c(4.5,2,2.5,6), main='Adults', cex.axis=0.75, cex.lab=0.75, pt.cex=1, ylab='', show.names=FALSE) title(sub='Number caught per metre', outer=TRUE, line=-2.5) ncaps <- cesdata[sitename==thissite & year==thisyr, .N, by=age] ttext <- paste('There were', ncaps[age==3, N], 'juvenile captures and', ncaps[age==4, N], 'adult captures in', thisyr) title(sub=ttext, outer=TRUE, font.main=1, line=-1)
par(mfrow = c(1, 2), font.main=1) siteplot(data = sppjdatav, year = thisyr, site=thissite, whisklty=1, effort = TRUE, margin=c(4.5,2,2.5,0.5), main='Juveniles', cex.axis=0.7, cex.lab=0.75, pt.cex=1) siteplot(data = sppadatav, year = thisyr, site=thissite, whisklty=1, effort = TRUE, margin=c(4.5,2,2.5,0.5), main='Adults', cex.axis=0.7, cex.lab=0.75, pt.cex=1, ylab='') title(sub='Number of birds caught on each visit', outer=TRUE, line=-2.5)
r nspecies
most commonly caught species at your site. The final pair of graphs (above), show how your catch of young and adult birds on each visit compared with everyone else's.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.