print.summary.mx_dataset | R Documentation |
print
S3 method to print summary.mx_dataset
objectsExtension of print
S3 method to print summary.mx_dataset
objects
## S3 method for class 'summary.mx_dataset'
print(x, ...)
x |
|
... |
option for additional params given S3 logic |
mx_data = mx_dataset(mxnorm::mx_sample, "slide_id", "image_id",
c("marker1_vals","marker2_vals","marker3_vals"),
c("metadata1_vals"))
print(summary(mx_data))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.