Displaying 1 result from an estimated 1 matches for "mysetp".
Did you mean:
  myset
  
2004 Oct 23
2
Puzzled at a trivial function using Hmisc::setps
I have done:
  library(Hmisc)
  mysetps <- function(f) {setps(filename=f, w=4.5)}
Now when I set about doing
  mysetps("a")
  blah
  mysetps("b")
  blah
etc.
Problem: I find that only one file "f.ps" gets created.
My intent had been to create "a.ps", "b.ps", etc., all using the
a...