Description Usage Arguments Value Examples
View source: R/setCompetitors.R
Takes a set of competitors and puts them in the proper format for voteR to use. The user should supply the competitors as a numberOfCompetitors x numOfDimensions matrix.
1 | setCompetitors(matrixOfCompetitors = NA)
|
matrixOfCompetitors |
a numberOfCompetitors x numOfDimensions matrix containing the location of the competitors |
outCompetitorDataFrame
1 | setCompetitors(matrixOfCompetitors = cbind( c(.1,.2,.3,.4), c(.5,.6,.7,.8) ) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.