The R Project SVN R

Rev

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

Rev 41861 Rev 42077
Line 53... Line 53...
53
void formatString(SEXP*, int, int*, int);
53
void formatString(SEXP*, int, int*, int);
54
 
54
 
55
/* Formating of values */
55
/* Formating of values */
56
const char *EncodeElement(SEXP, int, int, char);
56
const char *EncodeElement(SEXP, int, int, char);
57
 
57
 
58
/* Printing */
-
 
59
void MatrixColumnLabel(SEXP, int, int);
-
 
60
void RightMatrixColumnLabel(SEXP, int, int);
-
 
61
void LeftMatrixColumnLabel(SEXP, int, int);
-
 
62
void MatrixRowLabel(SEXP, int, int, int);
-
 
63
 
58
 
64
/* In Rinternals.h (and MUST be there):
59
/* In Rinternals.h (and MUST be there):
65
   CustomPrintValue,  PrintValue, PrintValueRec */
60
   CustomPrintValue,  PrintValue, PrintValueRec */
66
void printArray(SEXP, SEXP, int, int, SEXP);
61
void printArray(SEXP, SEXP, int, int, SEXP);
67
void printMatrix(SEXP, int, SEXP, int, int, SEXP, SEXP,
62
void printMatrix(SEXP, int, SEXP, int, int, SEXP, SEXP,