citations: Citations for an object

Description Usage Arguments Value Examples

Description

All struct objects have a "citations" slot, which is a character array of references relevant to the object. The citations method gathers citations from an object and all struct objects that it inherits to generate a complete list.

Usage

1
2
3
4
citations(obj)

## S4 method for signature 'struct_class'
citations(obj)

Arguments

obj

a struct object

Value

a character array of citations

Examples

1
2
3
D = iris_DatasetExperiment()
D$citations # the list specifically defined for this object
citations(D) # the list for this object and all inherited ones

struct documentation built on Nov. 8, 2020, 8:14 p.m.