Method: Bio::Nexus::CharactersBlock#set_matrix
- Defined in:
- lib/bio/db/nexus.rb
#set_matrix(matrix) ⇒ Object
Sets the matrix.
Arguments:
-
(required) matrix: Bio::Nexus::NexusMatrix
1163 1164 1165 |
# File 'lib/bio/db/nexus.rb', line 1163 def set_matrix( matrix ) @matrix = matrix end |