nextElem.arrayiter | R Documentation |
This is applied to an arrayiter
object to obtain the next sub-array
along one of the dimensions.
## S3 method for class 'arrayiter'
nextElem(obj, ...)
obj |
An arrayiter object |
... |
not used |
The next sub-array.
David Gerard
iter.array()
glist <- multidog_to_g(
mout = ufit,
ploidy = 4,
type = "all_gl",
p1 = "indigocrisp",
p2 = "sweetcrisp")
g <- iterators::iter(glist$g, by = 3)
head(iterators::nextElem(g))
head(iterators::nextElem(g))
head(iterators::nextElem(g))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.