require("tframe")
require("tfplot")
data("CanadianCreditData", package="CDNmoney")
tfplot(TotalCredit, ConsumerCredit, ResidentialMortgage,
ShortTermBusinessCredit, OtherBusinessCredit)
tfplot(tbind(TotalCredit, ConsumerCredit, ResidentialMortgage,
ShortTermBusinessCredit, OtherBusinessCredit), graphs.per.page=3 )
tfplot(diff(tbind(TotalCredit, ConsumerCredit, ResidentialMortgage,
ShortTermBusinessCredit, OtherBusinessCredit)), graphs.per.page=3 )
tfplot(tbind(TotalCredit, ConsumerCredit, ResidentialMortgage,
ShortTermBusinessCredit, OtherBusinessCredit), graphs.per.page=3,
start=c(1990,6), end=c(1991,6))Run the code above in your browser using DataLab