get_trace {drake} | R Documentation |
Deprecated, get a trace of a dynamic target's value.
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
Deprecated on 2019-12-10. Use read_trace()
instead.
Usage
get_trace(trace, value)
Arguments
trace |
Character, name of the trace
you want to extract. Such trace names are declared
in the |
value |
Value of the dynamic target |
Value
The dynamic trace of one target in another: a vector of values from a grouping variable.
[Package drake version 7.13.10 Index]