cca: Calculates the total Corrected Covered Area (CCA) Index

View source: R/cca.R

ccaR Documentation

Calculates the total Corrected Covered Area (CCA) Index

Description

This package calculates the Corrected Covered Area (CCA) index. The measure for assessing the overall degree of overlap in an OOSR. It is taking as input the citation matrix.

Usage

cca(cm)

Arguments

cm

A dataframe for the citation matrix

Value

res

Examples

DATASET <- readxl::read_excel(system.file('extdata','cca.xlsx', package = 'ccaR'))

tb <- cca(DATASET)




thdiakon/ccaR_v3 documentation built on Aug. 22, 2022, 1:49 a.m.