| authorship_pattern {scientoText} | R Documentation | 
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
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,',')
[Package scientoText version 0.1 Index]