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