The R Project SVN R

Rev

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

Rev 34538 Rev 34547
Line 568... Line 568...
568
	printStringMatrix(x, offset, r, c, quote, right, rl, cl, rn, cn);
568
	printStringMatrix(x, offset, r, c, quote, right, rl, cl, rn, cn);
569
	break;
569
	break;
570
    case RAWSXP:
570
    case RAWSXP:
571
	printRawMatrix(x, offset, r, c, rl, cl, rn, cn);
571
	printRawMatrix(x, offset, r, c, rl, cl, rn, cn);
572
	break;
572
	break;
-
 
573
    default:
-
 
574
	UNIMPLEMENTED_TYPE("printMatrix", x);
573
    }
575
    }
574
}
576
}
575
 
577
 
576
static void printArrayGeneral(SEXP x, SEXP dim, int quote, int right, 
578
static void printArrayGeneral(SEXP x, SEXP dim, int quote, int right, 
577
                              SEXP dimnames)
579
                              SEXP dimnames)