Description Usage Arguments Details Value
View source: R/exportedFunctions.R
S3 function to print in console the contents of the dataset
This function shows the matrix of data uncoded.
1 2 |
x |
The |
... |
Additional arguments passed to the print function |
This function show the matix of data. Internally, a SDEFSR_Dataset
object has a list of of examples
and this examples are coded numerically. This function decode these examples and convert the list into a matrix.
a matrix with the dataset uncoded.
@examples
print(habermanTra)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.