feature-methods: Get or Set the Character String Representing the Feature

feature-methodsR Documentation

Get or Set the Character String Representing the Feature

Description

Get or set the character string representing a feature of a feature-class object. The default value for the getter (as defined in the prototype) is the empty string.

Usage

## S4 method for signature 'feature'
feature(object)
## S4 replacement method for signature 'feature,character'
feature(x) <- value

Arguments

object

An object of class feature-class

x

An object of class feature-class

value

The character string to replace the current feature string with

Value

An character string representing the feature

Methods

signature(object = "feature")

Return the feature associated with the feature object

signature(x = "feature", value = "character")

Set the feature associated with the feature object

Author(s)

Rajarshi Guha rajarshi.guha@gmail.com


CDK-R/fingerprint documentation built on Oct. 23, 2022, 1:34 p.m.