Learn R Programming

scientoText (version 0.1)

authorship_pattern: Co-authorship Matrix and Average co-authorship

Description

It finds year-wise co-authorship matrix and average co-authorship values

Usage

authorship_pattern(authors, pub_years, sep)

Arguments

authors
A character vector containing author names
pub_years
A numeric vector containing publication years
sep
A character pattern separating author names

Value

A list with co-authorship matrix and average co-authorship values

Examples

Run this code
authors<-c("Wolf W.R., Lele S.K.",
"Shin D., Yeh X., Khatib O.",
"Aukes D., Heyneman B., Duchaine V., Cutkosky M.R.")
years<-c(2011,2012,2012)
authorship_pattern(authors,years,',')

Run the code above in your browser using DataLab