matrix.vector {InfNet}R Documentation

The functins allow to manipulate vectors as matrices

Description

By default, Vectors are considered as matrices with one column

Usage

rows(a, as.row = FALSE)
cols(a, as.row = FALSE)
dim.all(a, as.row = FALSE)
concatenate(edges.hist, vec.mat, constant = NULL)

[Package InfNet version 0.1 Index]