wcc(pattern1, pattern2, trwdth, wghts = NULL, acors1 = NULL, acors2 = NULL)
wac (pattern1, trwdth, wghts = NULL)
trwdth
of 0 signifies a non-existent triangle and
results in an error; a trwdth
equal to 1 only includes the current
point with weight 1 and no neighbouring points.data(gaschrom)
wcc(gaschrom[1,], gaschrom[2,], 20)
Run the code above in your browser using DataLab