CITAN (version 2011.03-2)

curve.add.rp: Draw the $r_p$-curve of given radius

Description

The $r_p$-curve appears in the definition of the $r_p$-index (see Gagolewski, Grzegorzewski, 2009) and the index.rp function.

Usage

curve.add.rp(r, p=Inf, n=101, ...)

Arguments

r
radius of the $r_p$-curve; $r>0$.
p
index order, $p \in [1,\infty]$; defaults $\infty$ (Inf).
n
integer; the maximal number of values at which to evaluate the underlying function.
...
additional graphical parameters.

References

Gagolewski M., Grzegorzewski P., A geometric approach to the construction of scientific impact indices, Scientometrics, 81(3), 2009a, 617-634.

See Also

index.rp, plot.citfun, plot.default

Examples

Run this code
john_s <- c(11,5,4,4,3,2,2,2,2,2,1,1,1,0,0,0,0);
plot.citfun(john_s, main="Smith, John");
curve.add.rp(index.rp(john_s), col="green");
curve.add.rp(index.rp(john_s,1), 1, col="blue");
curve.add.rp(index.rp(john_s,2), 2, col="red");

Run the code above in your browser using DataLab