View source: R/core-premodern.R
d | R Documentation |
The main advantage over ed is that it is a method that can be passed to different objects and used in combination with measure. See examples.
d(x, id1, id2)
x |
a Ldk (typically), an Out or a matrix |
id1 |
id of the 1st row |
id2 |
id of the 2nd row |
numeric
On Out objects, we first get_ldk.
if you want all pairwise combinations, see coo_truss
# single shape
d(wings[1], 1, 4)
# Ldk object
d(wings, 1, 4)
# Out object
d(hearts, 2, 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.