h_index {scientoText}R Documentation

h index

Description

Find h index for a given set of documents

Usage

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

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

[Package scientoText version 0.1 Index]