h_index {scientoText} | R Documentation |
Find h index for a given set of documents
h_index(citations)
citations |
A numeric vector containing citations |
return the h index for the given citations
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.
h_index(c(1,2,5,0,3,11))