plot3Dmat: plot3Dmat

View source: R/HTGM3D.R

plot3DmatR Documentation

plot3Dmat

Description

compute x,y,z coordinates for each triplet

Usage

plot3Dmat(mat, l)

Arguments

mat

return value of HTGM3D()

l

return value of catNum3()

Value

augmented version of matrix containing x,y,z coordinates for each triplet

Examples

#load("data/x_mat.RData")
#load("data/x_l.RData")
p3<-plot3Dmat(x_mat,x_l)


HTGM3D documentation built on June 8, 2025, 11:06 a.m.