Keybase proof
I hereby claim:
- I am scisus on github.
- I am susannah (https://keybase.io/susannah) on keybase.
- I have a public key ASAAXolWk4xTI-a3Su4I6bjh4kvHV3lYeI7pdvOoM0b0wAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# Ordonez supplementary info analysis | |
#================================================== | |
# | |
#This project builds graphs of latitudinal velocities of range edges versus climate velocity using data from Supplementary Information Table 2 in Ordonez, A., & Williams, J. W. (2013). Climatic and biotic velocities for woody taxa distributions over the last 16 000 years in eastern North America. Ecology Letters. doi:10.1111/ele.12110 | |
#More info at http://blogs.ubc.ca/aitkenlab/2015/11/24/runtrees/ | |
library("RColorBrewer") | |
library(ggplot2) |
<ul> | |
<?php | |
$archive_posts = new WP_Query('category_name=Biographies&showposts=-1&orderby=name&order=ASC'); while($archive_posts->have_posts()) : $archive_posts->the_post(); | |
?> | |
<li><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permalink to <?php the_title(); ?>"><?php the_title(); ?></a></li> | |
<?php endwhile; ?> | |
</ul> |
# QA helper | |
# Generate rows to check and keep track of rows already checked | |
args <- commandArgs(TRUE) # should be (in order): # of rows to check, # of sheets in workbook, and filename | |
#choose number of entries to check | |
check <- args[1] | |
#enter number of sheets in workbook | |
no_sheets <- args[2] | |
#filename |