Skip to content

Instantly share code, notes, and snippets.

@robwschlegel
Created November 27, 2017 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robwschlegel/93b8e0aee0ec75f0abf80600e464b079 to your computer and use it in GitHub Desktop.
Save robwschlegel/93b8e0aee0ec75f0abf80600e464b079 to your computer and use it in GitHub Desktop.
# NB: This code will produce warnings
# This is fine as it is stating that the
# 'order' column has been re-written,
# which is the intended result of this function.
# Cape Point, South Africa
cape_point_seq <- seq_sites(cape_point)
# South Africa
south_africa_seq <- seq_sites(south_africa)
# Baja Peninsula, Mexico
baja_pen_seq <- seq_sites(baja_pen)
baja_pen_island_seq <- seq_sites(baja_pen, coast = FALSE)
# Bohai sea, China
bohai_sea_seq <- seq_sites(bohai_sea)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment