View source: R/specieshindex.R
| SpHAfterdate | R Documentation |
This function calculates the h-index using a given date up till the newest record.
SpHAfterdate(data, date)
data |
The dataframe generated from |
date |
The lower limit of the timeframe. |
H-index of the given time period.
## Not run:
Woylie <- Fetch(db = "scopus",
search = "tak",
genus = "Bettongia",
species = "penicillata")
## End(Not run)
SpHAfterdate(Woylie, "2000-01-01")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.