The R Project SVN R

Rev

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

Rev 50746 Rev 51096
Line 910... Line 910...
910
 
910
 
911
    if (length(args) < 15)
911
    if (length(args) < 15)
912
	error(_("too few arguments"));
912
	error(_("too few arguments"));
913
    GCheckState(dd);
913
    GCheckState(dd);
914
 
914
 
-
 
915
    PrintDefaults(env); /* prepare for labelformat */
-
 
916
 
915
    /* Required argument: "side" */
917
    /* Required argument: "side" */
916
    /* Which side of the plot the axis is to appear on. */
918
    /* Which side of the plot the axis is to appear on. */
917
    /* side = 1 | 2 | 3 | 4. */
919
    /* side = 1 | 2 | 3 | 4. */
918
 
920
 
919
    side = asInteger(CAR(args));
921
    side = asInteger(CAR(args));