tests/tfplot.R

  require("tfplot")

 Sys.info()

  #x11()
#  postscript(file="lite.out.ps",  paper="letter", horizontal=F, onefile=T)
#             # width=6, height=8, pointsize=10,

  dat <- tframed(matrix(rnorm(300),100,3), list(start=c(1961,1), frequency=12))
  if(dev.cur() == 1) postscript(file=
     tempfile("GraphicsTest", tmpdir = tempdir(), fileext = "ps"))
 
# plot(dat)
  tfplot(dat)
  seriesNames(dat) <- c("newname 1", "newname 2", "newname 3")
  tfplot(dat)

 
 unlink("Rplots.pdf")

Try the tfplot package in your browser

Any scripts or data that you put into this service are public.

tfplot documentation built on June 3, 2021, 1:07 a.m.