cca_table: Calculates the Corrected Covered Area (CCA) Index

View source: R/cca_table.R

cca_tableR Documentation

Calculates the 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_table(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_table(DATASET)




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