cca | R Documentation |
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.
cca(cm)
cm |
A dataframe for the citation matrix |
res
DATASET <- readxl::read_excel(system.file('extdata','cca.xlsx', package = 'ccaR')) tb <- cca(DATASET)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.