Description Usage Arguments Value Author(s) Examples
View source: R/remove_burn_in.R
Removed the burn-in from a trace
1 | remove_burn_in(trace, burn_in_fraction)
|
trace |
the values |
burn_in_fraction |
the fraction that needs to be removed, must be [0,1> |
the values with the burn-in removed
Richèl J.C. Bilderbeek
1 2 3 4 5 6 | # Create a trace from one to and including ten
v <- seq(1, 10)
# Remove the first ten percent of its values,
# in this case removes the first value, which is one
w <- remove_burn_in(trace = v, burn_in_fraction = 0.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.