Position {campsismod} | R Documentation |
Element position in list.
Description
Element position in list.
Usage
Position(x, after = TRUE)
Arguments
x |
either an integer position (useful to add an element in a code record at a specified position) or an model element (element can be a model statement or a code record) |
after |
element to be added will be added after x (if after is TRUE) or before x (if after is FALSE) |
Value
a position object
[Package campsismod version 1.1.1 Index]