[R-SIG-Finance] [R-sig-finance] Surface plot of multivariate time series

Megh Dal megh700004 at yahoo.com
Tue Jun 2 21:15:44 CEST 2009


It seems package "tframe" installed properly.

> library(tframe)
Loading required package: setRNG
> library(tframePlus)
Error : object 'tfSet' not found whilst loading namespace 'tframePlus'
Error: package/namespace load failed for 'tframePlus'


--- On Tue, 6/2/09, Paul Gilbert <pgilbert at bank-banque-canada.ca> wrote:

> From: Paul Gilbert <pgilbert at bank-banque-canada.ca>
> Subject: Re: [R-SIG-Finance] [R-sig-finance] Surface plot of multivariate time series
> To: "megh" <megh700004 at yahoo.com>
> Date: Tuesday, June 2, 2009, 11:48 PM
> tframePlus requires package tframe,
> so it needs to be installed too. I'm 
> a bit confused by the error message, because it looks like
> the loading 
> of tframe worked ok,  but I cannot see any other
> reason for this error. 
>    Do you have package tframe installed
> too?
> 
> Paul
> 
> megh wrote:
> > I have installed that, but getting following error
> while loading that :
> > 
> >>library(tframePlus)
> > 
> > Loading required package: tframe
> > Loading required package: setRNG
> > Error : object 'tfSet' not found whilst loading
> namespace 'tframePlus'
> > Error: package/namespace load failed for 'tframePlus'
> > 
> > Any way out please?
> > 
> > 
> > megh wrote:
> > 
> >>It is saying that, this package is not available :
> >>
> >>
> >>>install.packages("tramePlus")
> >>
> >>Warning in install.packages("tramePlus") :
> >>  argument 'lib' is missing: using
> >>'C:\Users\Arrun's\Documents/R/win-library/2.9'
> >>--- Please select a CRAN mirror for use in this
> session ---
> >>Warning message:
> >>In getDependencies(pkgs, dependencies, available,
> lib) :
> >>  package ‘tramePlus’ is not available
> >>
> >>Any better idea please?
> >>
> >>
> >>
> >>
> >>megh wrote:
> >>
> >>>Hi, I have following multivariate time series
> :
> >>>start = as.Date("01/01/05", format="%m/%d/%y")
> >>>end = as.Date("12/31/05", format="%m/%d/%y")
> >>>dates = seq(start, end, by=1)
> >>>
> >>>dat = matrix(rnorm(length(dates)*4),
> length(dates))
> >>>dat1 = t(apply(dat, 1, function(x) x+t(c(100,
> 110, 120, 130))))
> >>>
> >>>library(zoo)
> >>>dat2 = zoo(dat1, dates); head(dat2)
> >>>
> >>>Now I want to get "surface plot" wherein x-axis
> is time, y-axis
> >>>represents 1,2,3,4, and z-axis is for values of
> "dat2". Is there any R
> >>>drawing device to do that?
> >>>
> >>>Regards,
> >>>
> >>
> >>
> > 
> ====================================================================================
> 
> La version française suit le texte anglais.
> 
> ------------------------------------------------------------------------------------
> 
> This email may contain privileged and/or confidential
> information, and the Bank of
> Canada does not waive any related rights. Any distribution,
> use, or copying of this
> email or the information it contains by other than the
> intended recipient is
> unauthorized. If you received this email in error please
> delete it immediately from
> your system and notify the sender promptly by email that
> you have done so. 
> 
> ------------------------------------------------------------------------------------
> 
> Le présent courriel peut contenir de l'information
> privilégiée ou confidentielle.
> La Banque du Canada ne renonce pas aux droits qui s'y
> rapportent. Toute diffusion,
> utilisation ou copie de ce courriel ou des renseignements
> qu'il contient par une
> personne autre que le ou les destinataires désignés est
> interdite. Si vous recevez
> ce courriel par erreur, veuillez le supprimer
> immédiatement et envoyer sans délai à
> l'expéditeur un message électronique pour l'aviser que
> vous avez éliminé de votre
> ordinateur toute copie du courriel reçu.
>






More information about the R-SIG-Finance mailing list