View source: R/specieshindex.R
| plotAllindices | R Documentation |
Plots the indices of a single species or combined.
plotAllindices(data)
data |
The dataframe generated from |
ggplot
## Not run:
Woylie <- Fetch(db = "scopus",
search = "tak",
genus = "Bettongia",
species = "penicillata")
Quokka <- Fetch(db = "scopus",
search = "tak",
genus = "Setonix",
species = "brachyurus")
Platypus <- Fetch(db = "scopus",
search = "tak",
genus = "Ornithorhynchus",
species = "anatinus")
Koala <- Fetch(db = "scopus",
search = "tak",
genus = "Phascolarctos",
species = "cinereus")
## End(Not run)
W <- Allindices(Woylie,
genus = "Bettongia",
species = "penicillata")
Q <- Allindices(Quokka,
genus = "Setonix",
species = "brachyurus")
P <- Allindices(Platypus,
genus = "Ornithorhynchus",
species = "anatinus")
K <- Allindices(Koala,
genus = "Phascolarctos",
species = "cinereus")
CombineSp <- dplyr::bind_rows(W, Q, P, K)
plotAllindices(CombineSp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.