h.index: H-index.

View source: R/RAT.R

h.indexR Documentation

H-index.

Description

Calculates the h-index.

Usage

h.index(biblio, fulldata = FALSE)

Arguments

biblio

A data.frame exported from Web of Science as tab delimited text, full record.

fulldata

if TRUE returns publication and citation counts.

Details

The h-index is a measure of scientific output calculated as the h number of papers with more than h citations (Hirsch, 2005).

Value

The h-index value. If fulldata = TRUE a list with full data.

References

Hirsch, J.E. (2005). An index to quantify an individual's scientific research output. PNAS, 102: 16569–16572. doi:10.1073/pnas.0507655102.

Examples

data(biblio)
h.index(biblio)
h.index(biblio, TRUE)

RAT documentation built on Aug. 24, 2022, 9:06 a.m.

Related to h.index in RAT...