The R Project SVN R

Rev

Rev 38840 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 38840 Rev 88200
Line 1... Line 1...
1
/*
1
/*
2
  Tests using the postcript device from within 
2
  Tests using the postscript device from within 
3
  an application that embeds the R interpreter.
3
  an application that embeds the R interpreter.
4
  Equivalent of evaluating the expressions:
4
  Equivalent of evaluating the expressions:
5
    postscript()
5
    postscript()
6
    plot(1:100)
6
    plot(1:100)
7
    q()
7
    q()