uptri2str: Transfer the upper tri of a matrix to a string

View source: R/bmat.R

uptri2strR Documentation

Transfer the upper tri of a matrix to a string

Description

Transfer the upper tri of a matrix to a string

Usage

uptri2str(mat, sepkv = ":", sepk = "-", sepg = ",", digit = 2)

Arguments

mat

Matrix

sepkv

characters, sep between key and value, default is ":"

sepk

characters, sep between keys, default is "-"

sepg

characters, sep between groups, default is ","

digit

integer, default 2

Value

characters


beyondpie/pureRUtils documentation built on Jan. 10, 2023, 3:22 a.m.