combine_xts: Combine Two xts objects

Description Usage Arguments Examples

Description

Combine Two xts objects

Usage

1
combine_xts(xts1, xts2, task = "multiply", fill = 0)

Arguments

xts1

first xts object

xts2

second xts object

task

arithmetical task for combination: add, multiply

fill

fill value for NAs, numeric or "min"

add_corr

add correction column to make rows sum up to 1

Examples

1
combine_xts(weights1, weights2)

rengelke/tradr documentation built on Jan. 2, 2022, 2:03 p.m.