Description Usage Arguments Details Value Author(s) See Also Examples
Calculates the union of subsets of a probability space.
1 2 3 4 5 6 7 8 9 10 |
x, y |
vectors, data frames, or |
... |
further arguments to be passed to or from other methods. |
This function operates row-wise on dataframes, and element-wise among the outcomes of ps
objects. The elements of union(x,y)
are those elements in x
or y
, or both. The definition is taken to match the version in the base
package.
A data frame or subset of a probability space of the same type as its arguments.
G. Jay Kerns gkerns@ysu.edu, based on a suggestion made by Brian Ripley in R
-devel, 12/11/07.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.