Skip to content

Instantly share code, notes, and snippets.

@WalkerHarrison
Created April 24, 2017 07:26
Show Gist options
  • Save WalkerHarrison/4138862225a02609c6bc720852515d55 to your computer and use it in GitHub Desktop.
Save WalkerHarrison/4138862225a02609c6bc720852515d55 to your computer and use it in GitHub Desktop.
zoom$cherry <- grepl("cherry", zoom$spc_common)
zoom$dead <-zoom$status == "Dead"
table(zoom$hood, zoom$dead)
table(zoom$hood, zoom$cherry)
table(zoom$hood, zoom$brch_shoe)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment