View source: R/ar_conversion.R
q_to_a_xts | R Documentation |
need to give the type of conversion as argument, for example could do b <- q_to_a_xts(suma, type="sum") this function uses the q_to_a function that I've defined above, but then applys it to all of the columns of a xts object. To convert using an average, set type="mean".
q_to_a_xts(x, type)
type |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.