extractMiniature: Internal function for extraction of miniatures

View source: R/extractMiniature.R

extractMiniatureR Documentation

Internal function for extraction of miniatures

Description

Internal function for extraction of miniatures

Usage

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, ...)

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?

Value

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL


archivist documentation built on Sept. 11, 2024, 8:30 p.m.