RAttributeCollection.Item Property

Gets or sets an attribute in the collection.

Definition

Namespace: Numerics.NET.Data.R
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.0
C#
public RObject this[
	string key
] { get; set; }

Parameters

key  String
The name of the attribute.

Return Value

RObject
The value of the attribute with name key.

Implements

IDictionary<TKey, TValue>.Item[TKey]

See Also