model.plot: Plot a linear regression model for the h-index over time

View source: R/geth.R

model.plotR Documentation

Plot a linear regression model for the h-index over time

Description

This function takes the h-index values for a given author over the years produced by the df_h function and plot a linear regression model.

Usage

model.plot(file, a, b, h)

Arguments

file

a tidy data frame with papers in rows and other info in colums;

a

starting year.

b

end year. It is usually the current year.

h

the h-index that corresponds to the starting year (by default=0).

Author(s)

Jose V. Die


jdieramon/hIndex documentation built on March 5, 2025, 10:26 a.m.