Skip to contents

This method allows for accessing elements of the metadata slot in PHGMetrics objects using the $ operator, specifically filtering by the id.

Usage

# S4 method for class 'PHGMetrics'
x$name

Arguments

x

A PHGMetrics object.

name

The name of the element to access within the metadata$id field.

Value

The value associated with the specified name in the metadata$id of the PHGMetrics object, if it exists.