Alias {gamstransfer} | R Documentation |
Alias Class
Description
A class for Alias objects. Please visit https://transfer-r.readthedocs.io/en/latest/ for detailed documentation of this package.
Examples
# create a container
m <- Container$new()
# add a set
i <- Set$new(m, "i")
# add an alias to the set "i"
ii <- Alias$new(m, "ii", i)
[Package gamstransfer version 3.0.6 Index]