powered by
summary method for the S3 class cashflow.
# S3 method for cashflow summary(object, ...)
S3 object of class cashflow.
additional arguments affecting the summary produced.
an S3 object, instance of class c("summaryDefault", "table").
c("summaryDefault", "table")
summary, cashflow
summary
cashflow
# NOT RUN { # Creating a cashflow. ca <- cashflow(1L, "USD", "AAA", 0.1, 1000) # summarizing the cashflow. summary(ca) # }
Run the code above in your browser using DataLab