parse {Matrix} R Documentation

Parse the given base64 string as matrix

Description

Usage

parse(base64, dims,
    gzip = none,
    no.magic = FALSE);

Arguments

base64

should be network byte order encoded numeric vector in double type. [as string]

dims

the dimension size of the parsed matrix data, value should be an integer vector of [w x h]. value of this parameter also could be a scalar integer value, stands for dimension size of [N x N].

env

[as Environment]

Details

Authors

sciBASIC.NET

Value

this function returns data object of type NumericMatrix.

clr value class

Examples


[Package Matrix version 5.0.1.2389 Index]