as.double.adjacency.key: Convert Adjacency Key to Double (S3 method)
Description
This S3 method converts an adjacency key object to a numeric (double) vector, applying as.numeric to each element.
Usage
# S3 method for adjacency.key
as.double(x, ...)
Value
A numeric vector representation of the adjacency key.
Arguments
- x
An adjacency key object (matrix or list) to convert to numeric.
- ...
Additional arguments (unused).