Help for this page

Select Code to Download


  1. or download this
    my $matrix_id = $cdat->add_matrix( $matrix );
    my $tree_id   = $cdat->add_tree( $tree );
    ...
        print "$method '@args'" # prints "set_name 'New matrix'"
    }
    $matrix->set_name( 'New matrix' );