View source: R/diffnet-indexing.r
diffnet_check_attr_class | R Documentation |
value
is dynamic or static.Intended for internal use only, this function is used in diffnet_index
methods.
diffnet_check_attr_class(value, meta)
value |
Either a matrix, data frame or a list. Attribute values. |
meta |
A list. A diffnet object's meta data. |
The value object either as a data frame (if static) or as a list
of data frames (if dynamic). If value
does not follows the permitted
types of diffnet_index
, then returns with error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.