View source: R/extractMiniature.R
extractMiniature | R Documentation |
Internal function for extraction of miniatures
extractMiniature(object, md5hash, parentDir, ...)
## Default S3 method:
extractMiniature(object, md5hash, parentDir, ...)
## S3 method for class 'data.frame'
extractMiniature(object, md5hash, parentDir, ..., firstRows = 6)
## S3 method for class 'ggplot'
extractMiniature(object, md5hash, parentDir, ..., width = 800, height = 600)
## S3 method for class 'recordedplot'
extractMiniature(object, md5hash, parentDir, ..., width = 800, height = 600)
## S3 method for class 'lm'
extractMiniature(object, md5hash, parentDir, ...)
## S3 method for class 'htest'
extractMiniature(object, md5hash, parentDir, ...)
## S3 method for class 'trellis'
extractMiniature(object, md5hash, parentDir, ..., width = 800, height = 600)
## S3 method for class 'twins'
extractMiniature(object, md5hash, parentDir, ..., width = 800, height = 600)
## S3 method for class 'partition'
extractMiniature(object, md5hash, parentDir, ..., width = 800, height = 600)
## S3 method for class 'lda'
extractMiniature(object, md5hash, parentDir, ...)
## S3 method for class 'qda'
extractMiniature(object, md5hash, parentDir, ...)
## S3 method for class 'glmnet'
extractMiniature(object, md5hash, parentDir, ...)
## S3 method for class 'survfit'
extractMiniature(object, md5hash, parentDir, ...)
object |
for this object miniatures are extracted |
md5hash |
hash of the object |
parentDir |
parent dir |
... |
other arguments |
firstRows |
what to present in the miniature |
width |
how large should be the miniature? |
height |
how large should be the miniature? |
NULL
NULL
NULL
NULL
NULL
NULL
NULL
NULL
NULL
NULL
NULL
NULL
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.