SpHindex: Species h-index

View source: R/specieshindex.R

SpHindexR Documentation

Species h-index

Description

This function calculates the h-index of a species.

Usage

SpHindex(data)

Arguments

data

The dataframe generated from Fetch.

Value

H-index.

References

Bertoli-Barsotti, L. & Lando, T. (2015). On a formula for the h-index. Journal of Informetrics, 9(4), 762-776.
Hirsch, J. (2005). An index to quantify an individual's scientific research output. Proceedings of the National Academy of Sciences of the United States of America, 102(46), 16569-16572.

Examples

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

## End(Not run)
SpHindex(Woylie)


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