The +
function is used to combine multiple voters into the Voters
class.
1 2 3 4 5 6 7 8 9 10 11 | ## S4 method for signature 'Voter,Voter'
e1 + e2
## S4 method for signature 'Voters,Voter'
e1 + e2
## S4 method for signature 'Voter,Voters'
e1 + e2
## S4 method for signature 'Voters,Voters'
e1 + e2
|
e1, e2 |
Objects of class |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.