RAttribute
            
            
            Constructs a new attribute collection from a dictionary of items.
            
Definition
Namespace: Numerics.NET.Data.R
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.4
    C#
    
 
 
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.4
public RAttributeCollection(
	IEnumerable<KeyValuePair<string, RObject>> items,
	bool readOnly = true
)Parameters
- items IEnumerable<KeyValuePair<String, RObject>>
- A dictionary that maps attribute names (Optional.) Specifies whether the collection should be read-only. The default is true. to attribute values.
- readOnly Boolean (Optional)