Home
fp
get
geti
get
Get an Element
The
get
function gets an element of a vector, matrix, or list, as follows:
[a] b
->
c
[[a]] b
->
d
{a} b
->
obj
[a] {b}
->
c
[[a]] {b c}
->
d
{a} {b}
->
obj
'a' b
->
obj
'a' {b}
->
obj