user-methods: Accessors for the "user" of FeatureSet objects

Description Usage Arguments Value Examples

Description

Get or set the user associated with a FeatureSet object. This should not be called directly.

Usage

1
2
3
4
5
6
7
8
9
user(object) <- value

user(object)

## S4 replacement method for signature 'FeatureSet'
user(object) <- value

## S4 method for signature 'FeatureSet'
user(object)

Arguments

object

An object of (super)class ObjFeatureSet.

value

A character vector serving as the username associated with the plot object in the database.

Value

A modified object of (super)class ObjFeatureSet.

Examples

1
2
3
mt = datasets::mtcars
fs = makeFeatureSet(mt)
user(fs)

trackr documentation built on May 24, 2021, 5:09 p.m.