jpwrobinson / grazing-gradients

Collaborative OS project on herbivore grazing gradients.
2 stars 0 forks source link

Create Table S1 #23

Open jpwrobinson opened 6 years ago

jpwrobinson commented 6 years ago

Table S1 is list of species with FG and regions observed. Possibly also shows which species have bite rate data.

Suggest we just add some code to herb_species_list.R that outputs a friendlier table, then transfer to excel.

My experience of tables in Rmd is unhappy but there are options with kable if anyone wants to try.

JanDajka commented 5 years ago

Which is the most comprehensive species list we have for bite rates?

JanDajka commented 5 years ago

... and most up to date.

jpwrobinson commented 5 years ago

bite-rate.clean.csv

https://github.com/jpwrobinson/grazing-gradients/blob/master/data/bite-rates/bite_rate_clean.csv

That's the full clean dataset, so you should be able to get the individual species just by unique(df$sp)

JanDajka commented 5 years ago

Excellent, thank you sir.