monthly_ad: Computes monthly periodicity of adjusted close prices. Price...

Description Usage Arguments Value See Also

View source: R/monthly.R

Description

Computes monthly periodicity of adjusted close prices. Price history must include adjusted prices typically as found from Yahoo and provided by the quantmod package.

Usage

1
monthly_ad(x, cname = "Close")

Arguments

x

an XTS price history with adjusted column, in faster than monthly periodicity

cname

Column name for returned time series

Value

an XTS price history in monthly periodicity, returning adjusted column only

See Also

quantmod::Cl, monthly_prices


greatgray/scorecard documentation built on May 17, 2019, 8:34 a.m.