Learn R Programming

archivist (version 2.3.8)

extractMiniature: Internal function for extraction of miniatures

Description

Internal function for extraction of miniatures

Usage

extractMiniature(object, md5hash, parentDir, ...)

# S3 method for default extractMiniature(object, md5hash, parentDir, ...)

# S3 method for data.frame extractMiniature(object, md5hash, parentDir, ..., firstRows = 6)

# S3 method for ggplot extractMiniature(object, md5hash, parentDir, ..., width = 800, height = 600)

# S3 method for recordedplot extractMiniature(object, md5hash, parentDir, ..., width = 800, height = 600)

# S3 method for lm extractMiniature(object, md5hash, parentDir, ...)

# S3 method for htest extractMiniature(object, md5hash, parentDir, ...)

# S3 method for trellis extractMiniature(object, md5hash, parentDir, ..., width = 800, height = 600)

# S3 method for twins extractMiniature(object, md5hash, parentDir, ..., width = 800, height = 600)

# S3 method for partition extractMiniature(object, md5hash, parentDir, ..., width = 800, height = 600)

# S3 method for lda extractMiniature(object, md5hash, parentDir, ...)

# S3 method for qda extractMiniature(object, md5hash, parentDir, ...)

# S3 method for glmnet extractMiniature(object, md5hash, parentDir, ...)

# S3 method for survfit extractMiniature(object, md5hash, parentDir, ...)

Value

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Arguments

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?