Skip to content

Instantly share code, notes, and snippets.

View aurielfournier's full-sized avatar
💭
Crunching numbers about birds and how we value them

Auriel M.V. Fournier aurielfournier

💭
Crunching numbers about birds and how we value them
View GitHub Profile
theme(plot.title = element_text(colour="black",size=20), #plot title
axis.text.x = element_text(ang=90, colour="black", size=20), #x axis labels
axis.text.y = element_text(colour="black",size=20), #y axis labels
axis.title.x = element_blank(), #x axis title
axis.title.y = element_text(colour="black",size=20), #y axis title
legend.text = element_text(colour="black", size=20), #legend text
legend.title = element_blank(),#legend title
legend.background = element_rect(fill="white"), #legend background color
legend.position = "right",
legend.direction= "vertical",
@aurielfournier
aurielfournier / gist:a8114c48d757cd75df10
Last active August 29, 2015 14:14
Population Biology Week 3
#####################################################
#lambda varies over time
#####################################################
low <- as.data.frame(matrix(ncol=100, nrow=100))
high <- as.data.frame(matrix(ncol=100, nrow=100))
t <- seq(2,101, by=1)
N0 <- 50