CÁLCULO Y GRÁFICO DE LAS PROPORCIONES DE LOS HÁBITATS Y GRUPOS FUNCIONALES DE UNA COMUNIDAD

source("R/proporciones.R")

require(dplyr)
require(ggplot2)

tabla <- readFile("data/traits.txt")

habitat <- proporcionH(tabla)
functionalGroup <- proporcionFG(tabla)

plotpHabitat(habitat)
plotpFG(functionalGroup)


123iamela/ProporcionesHFG documentation built on May 13, 2019, 4:01 a.m.