as.mutaframe: Coercion to mutaframe

Description Usage Arguments Value

Description

Coerce an object to a mutaframe. Supported types include data.frame, or anything coercible to one.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
  as.mutaframe(x, ...)

  ## S3 method for class 'mutaframe'
 as.mutaframe(x, ...)

  ## S3 method for class 'data.frame'
 as.mutaframe(x, ...)

  ## Default S3 method:
 as.mutaframe(x, ...)

Arguments

x

the object to coerce

...

arguments passed to methods

Value

a mutaframe


ggobi/plumbr documentation built on May 17, 2019, 3:15 a.m.