The R Project SVN R

Rev

Rev 14948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14948 Rev 19500
Line 4... Line 4...
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()
8
 */
8
 */
9
#include "R.h"
9
#include <R.h>
10
#include "Rinternals.h"
10
#include <Rinternals.h>
11
#include "Rdefines.h"
11
#include <Rdefines.h>
12
 
12
 
13
#include "embeddedRCall.h"
13
#include "embeddedRCall.h"
14
 
14
 
15
int
15
int
16
main(int argc, char *argv[])
16
main(int argc, char *argv[])