history.account: history.account objects contain accounts over time

Description Usage Arguments Value See Also

View source: R/objects.R

Description

history.account objects store an account for each time period. Used by rebalance() and summary.account()

Usage

1
2
3
4
5
6
7
8
history.account(accts, ...)
## S3 method for class 'history.account'
as.data.frame(x,...)
as.history.account(x,...)
## S3 method for class 'sum.account'
as.history.account(x,...)
## S3 method for class 'history.account'
print(x,...)

Arguments

accts

List of account objects

x

history.account object or data.frame

...

Pass-alongs

Value

data.frame or history.account object

See Also

summary.account rebalance


gsk3/maRketSim documentation built on May 17, 2019, 8:55 a.m.