SpH5: Species h5 index

View source: R/specieshindex.R

SpH5R Documentation

Species h5 index

Description

This function calculates the h-index of a species in the past 5 years.

Usage

SpH5(data)

Arguments

data

The dataframe generated from Fetch.

Value

H5 index.

References

Suzuki, H. (2012). Google Scholar Metrics for Publications. Retrieved from https://scholar.googleblog.com/2012/04/google-scholar-metrics-for-publications.html.

Examples

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

## End(Not run)
SpH5(Woylie)


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