Description Usage Arguments Details Value Author(s) See Also Examples
Functions to get or set the attribute "id"
or "burst"
of
the components of an object of class ltraj
.
1 2 3 4 |
ltraj |
an object of class |
value |
a character vector of up to the same length as
|
The functions id
and burst
are accessor
functions, and id<-
and burst<-
are replacement
function.
For id
and burst
, a character vector of the same length
as ltraj
.
For id<-
and burst<-
, the updated object. (Note that
the value of burst(x) <- value
is that of the assignment,
value
, not the return value from the left-hand side.)
Clement Calenge clement.calenge@oncfs.gouv.fr
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.