SpHAfterdate: Species h-index with a given time frame

View source: R/specieshindex.R

SpHAfterdateR Documentation

Species h-index with a given time frame

Description

This function calculates the h-index using a given date up till the newest record.

Usage

SpHAfterdate(data, date)

Arguments

data

The dataframe generated from Fetch.

date

The lower limit of the timeframe.

Value

H-index of the given time period.

Examples

## Not run: 
Woylie <- Fetch(db = "scopus",
                search = "tak",
                genus = "Bettongia",
                species = "penicillata")

## End(Not run)
SpHAfterdate(Woylie, "2000-01-01")


jessicatytam/specieshindex documentation built on June 24, 2022, 3:31 a.m.