The R Project SVN R

Rev

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

Rev 1016 Rev 1160
Line 1... Line 1...
1
/*
1
/*
2
 *  R : A Computer Langage for Statistical Data Analysis
2
 *  R : A Computer Language for Statistical Data Analysis
3
 *  Copyright (C) 1995, 1996, 1997 Robert Gentleman and Ross Ihaka
3
 *  Copyright (C) 1995, 1996, 1997 Robert Gentleman and Ross Ihaka
4
 *
4
 *
5
 *  This source code module:
5
 *  This source code module:
6
 *  Copyright (C) 1997 Paul Murrell and Ross Ihaka
6
 *  Copyright (C) 1997 Paul Murrell and Ross Ihaka
7
 *
7
 *
Line 1700... Line 1700...
1700
    else
1700
    else
1701
      return bodyBBox;
1701
      return bodyBBox;
1702
  }
1702
  }
1703
  else
1703
  else
1704
    error("Invalid Formula\n");
1704
    error("Invalid Formula\n");
1705
 
-
 
1706
}
1705
}
1707
 
1706
 
1708
static void drawTheOperator(SEXP operator)
1707
static void drawTheOperator(SEXP operator)
1709
{
1708
{
1710
  if (integralOperator(operator)) {
1709
  if (integralOperator(operator)) {