Description Usage Arguments Value Note See Also Examples
Methods to bind two objects of the same class.
1 2 | ## S4 method for signature 'designfactors,designfactors'
bind(x, y)
|
x |
an object of the first class in the signature. |
y |
an object of the second class in the signature. |
An object of the same class as x
and y
,
containing their joint content.
Factors with same name are distinguished and advertised with a warning.
Class where this method applies:
designfactors
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.