View source: R/makePPTList_biblio.R
makePPTList_biblio2 | R Documentation |
Make second Powerpoint List with biblio data
makePPTList_biblio2( M, field1 = "Authors", n1 = 50, seed1 = 1234, field2 = "Authors", n2 = 50, seed2 = 1234, field3 = "ID", n3 = 50, seed3 = 1234, method = "MCA", field4 = "ID", minDegree = 40 )
M |
is a bibliographic data frame obtained by the converting function convert2df. |
field1 |
Character to be passed to collaboPlot |
n1 |
numeric to be passed to collaboPlot |
seed1 |
numeric random seed to be passed to collaboPlot |
field2 |
Character to be passed to cocicPlot |
n2 |
numeric to be passed to cocicPlot |
seed2 |
numeric random seed to be passed to cocicPlot |
field3 |
Character to be passed to cocPlot |
n3 |
numeric to be passed to cocPlot |
seed3 |
numeric random seed to be passed to cocPlot |
method |
character factorial method. One of c("MCA","CA","MDS") |
field4 |
character One of c("ID","DE","ID_TM","DE_TM","TI","AB") |
minDegree |
numeric minimum occurrences of terms to analize and plot. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.