point: label

Description Usage Examples

Description

return the label of each points

Usage

1
find the label of the points which are classify as tip, branch and intermediate

Examples

1
2
3
4
5
library(matlab)

X = read.csv('C:/Users/dell/Desktop/Rfindpoints/data.csv',header=FALSE)

a = label(X,20,3,0.26)

lihuiran/point_R documentation built on Dec. 24, 2019, 12:15 a.m.