powered by
Calculates the h-index.
h.index(biblio, fulldata = FALSE)
The h-index value. If fulldata = TRUE a list with full data.
A data.frame exported from Web of Science as tab delimited text, full record.
if TRUE returns publication and citation counts.
The h-index is a measure of scientific output calculated as the h number of papers with more than h citations (Hirsch, 2005).
Hirsch, J.E. (2005). An index to quantify an individual's scientific research output. PNAS, 102: 16569–16572. doi:10.1073/pnas.0507655102.
data(biblio) h.index(biblio) h.index(biblio, TRUE)
Run the code above in your browser using DataLab