Skip to content

Instantly share code, notes, and snippets.

@sckott
Created March 1, 2014 00:00
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 sckott/9282505 to your computer and use it in GitHub Desktop.
Save sckott/9282505 to your computer and use it in GitHub Desktop.
Possible map grammar workflow

Possible unified workflow for making maps with species names or identifiers as a starting point, with map as output.

species | speciesids %>%
	getdata %>% # occ(), occ_search()
	cleandata %>% # fixnames(), removeimposslatlongvals(), 
	datatransformation %>% # 
	baselayer %>% # "osmaps", "", etc.
	maptype %>% # "bubble", "choropleth", etc.
	annotations %>% # tooltips(), symbols(), legend()
	share # stdout(), dropbox(), gist(), html_file()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment