score {ade4} | R Documentation |
score is a generic function. It proposes methods for the objects 'coa', 'acm', 'mix', 'pca'.
score(x, ...) scoreutil.base(y, xlim, grid, cgrid, include.origin, origin, sub, csub)
x |
an object used to select a method |
... |
further arguments passed to or from other methods |
y |
a numeric vector |
xlim |
the ranges to be encompassed by the x axis, if NULL they are computed |
grid |
a logical value indicating whether the scale vertical lines should be drawn |
cgrid |
a character size, parameter used with |
include.origin |
a logical value indicating whether the point "origin" should be belonged to the graph space |
origin |
the fixed point in the graph space, for example 0 the origin axis |
sub |
a string of characters to be inserted as legend |
csub |
a character size for the legend, used with |
scoreutil.base
is a utility function - not for the user - to define the bottom of the layout of all score
.
Daniel Chessel
sco.boxplot
, sco.distri
, sco.quant
## Not run: par(mar = c(1, 1, 1, 1)) ade4:::scoreutil.base (runif(20, 3, 7), xlim = NULL, grid = TRUE, cgrid = 0.8, include.origin = TRUE, origin = 0, sub = "Uniform", csub = 1) ## End(Not run) # returns the value of the user coordinate of the low line. # The user window id defined with c(0,1) in ordinate. # box()