CTFS.internal {CTFS} | R Documentation |
Internal CTFS functions that are called from within other functions.
borderdist(coord,plotdim) fill.dimension(dataarray,class1,class2,fill=0) fill.1dimension(dataarray,class1,fill=0) fill.distclasses(dataarray,distclasses) unidentified.species(spnames,unidenstr=c("**","UNID","unid","UNIDEN","uniden")) unwind.matrix(matrix.in) rndown5(s) xydist(x1,y1,x2,y2) xydistvect(pt1,pt2) setsize(n, s) quadslope(cornerelev,gridsize=20) calcslope(z, gridsize=20)
These are not usually called by the user and are not documented
individually.
borderdist
fill.dimension
tapply
which eliminates dimension values if
there is no content for themfill.1dimension
tapply
which eliminates dimension values if
there is no content for themfill.distclases
tapply
which eliminates dimension values if
there is no content for them. This is specific for neighborhood
calculations.unidentified.species
unidenstr
contains the
possible codes for unidentified species at the sites.unwind.matrix
rndown5
xydist
xydistvect
apply
setsize
map
quadslope
meantopo.quad
calcslope
quadslope
For developers: The CTFS internal utility functions are found in a file approximately named:
utilties.versionnumber.R
. Some may be located in other files
because they are used with those functions only.
Rick Condit, Suzanne Lao, Pamela Hall
CTFS.quadfunctions
,CTFS.utilities
,
CTFS.readwrite
, CTFS.groupcats