Skip to content

aliciafoxx/foxxlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foxxlab

Overview

foxxlab is an R package providing a library of datasets from the Foxx Disrupting Ecology Lab, ranging from plant ecology to social science topics.

Currently, foxxlab offers a variety of datastes including meta-analysis datasets to promote open science and serve as training materials for visualizations and analyses including meta-analyses.

Installation

  • Install latest development version from GitHub (requires devtools package):
if (!require("devtools")) {
  install.packages("devtools")
}
devtools::install_github("aliciafoxx/foxxlab", dependencies = TRUE, build_vignettes = T)

Example

A visualization example of the fk2020b dataset in foxxlab:

library(foxxlab)
library(ggrain)
library(dplyr)
library(ggplot2)


foxxlab::fk2020b |>
  dplyr::rename(`height (mm)` = Height_.mm.) |>
  ggplot(aes(1, `height (mm)`,
             fill = Collection_type)) +
  ggrain::geom_rain(alpha = .5) +
  theme_classic() +
  xlab("variation") +
  scale_fill_brewer(palette = 'Dark2')

References

Foxx AJ & Fort F (2019) Root and shoot competition lead to contrasting competitive outcomes under water stress: A systematic review and meta-analysis. PLoS One doi:10.1371/journal.pone.0220674
Foxx AJ & Kramer A (2020a) Variation in number of root tips influences survival in competition with an invasive grass. Journal of Arid Environments doi:10.1016/j.jaridenv.2020.104189
Foxx AJ & Kramer A (2020b) Hidden variation: cultivars and wild plants differ in trait variation with surprising root trait outcomes. Restoration Ecology doi:10.1111/rec.13336
Foxx AJ (2021) Induced plasticity alters responses to conspecific interactions in seedlings of a perennial grass. Scientific Reports doi:10.1038/s41598-021-93494-0
Foxx AJ & Wojcik (2021) Plasticity in response to soil texture affects the relationships between a shoot and root trait and responses vary by population. Folia Oecologia doi:10.2478/foecol-2021-0020
Foxx AJ (2022) Species variability in the relative strength of intraspecific and interspecific interactions. Folia Oecologia doi:10.2478/foecol-2022-0019

About

Data package of datasets from the Foxx Disrupting Ecology lab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages