get_slidings | R Documentation |
From an Ldk object.
get_slidings(Coo, partition)
Coo |
an Ldk object |
partition |
numeric which one(s) to get. |
a list of list(s) of coordinates.
Other ldk/slidings methods:
add_ldk()
,
def_ldk()
,
def_slidings()
,
get_ldk()
,
rearrange_ldk()
,
slidings_scheme()
# for each example below a list with partition containign shapes is returned
# extracts the first partition
get_slidings(chaff, 1) %>% names()
# the first and the fourth
get_slidings(chaff, c(1, 4)) %>% names()
# all of them
get_slidings(chaff) %>% names
# here we want to see it
get_slidings(chaff, 1)[[1]] %>% Ldk %>% stack
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.