Learn R Programming

ads (version 1.4)

ads-internal: Internal ads functions

Description

Internal ads functions.

Usage

adjust.marks.size(marks,window,maxsize=NULL)
area.poly(xp, yp)
convert(x)
convert2(x)
inside.circle(x, y, x0, y0, r0, bdry=TRUE)
inside.poly(x, y, poly, bdry=TRUE)
inside.rectangle(x, y, xmin, ymin, xmax, ymax, bdry=TRUE)
inside.triangle(x, y, ax, ay, bx, by, cx, cy, bdry=TRUE)
is.poly(p)
overlap.poly(P, Q)
overlap.trapez(xa, ya, xb, yb, verb=FALSE)
overlapping.polygons(listpoly)
## S3 method for class 'fads':
print(x,\dots)
## S3 method for class 'vads':
print(x,\dots)
read.tri(X)
## S3 method for class 'vads':
summary(object,\dots)
sortmat(dis,ind)
subsetdist(dis,sub)
testIC(nbSimu, lev)
testInteger(i)
transpose(x, y)

Arguments

encoding

latin1

Details

These are usually not to be called by the user.