h_index: h index

Description Usage Arguments Value References See Also Examples

View source: R/index.R

Description

Find h index for a given set of documents

Usage

1
h_index(citations)

Arguments

citations

A numeric vector containing citations

Value

return the h index for the given citations

References

Hirsch, J. E. (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.

See Also

g_index

Examples

1
h_index(c(1,2,5,0,3,11))

scientoText documentation built on May 2, 2019, 1:45 p.m.