nextElem.arrayiter {segtest} | R Documentation |
Next element in an array
Description
This is applied to an arrayiter
object to obtain the next sub-array
along one of the dimensions.
Usage
## S3 method for class 'arrayiter'
nextElem(obj, ...)
Arguments
obj |
An arrayiter object |
... |
not used |
Value
The next sub-array.
Author(s)
David Gerard
See Also
Examples
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))
[Package segtest version 2.0.0 Index]