View source: R/createMap4PartialFS.R
minmaxHelper4Partial | R Documentation |
prettyGraphs
and prettyGraph
-like
(e.d. PTCA4CATA
) functions.minmaxHelper4Partial
:
Computes the x- and y- axis constraints for
graphs combininig a dataframe and a cube of partial factor sscores.
Used
for all prettyGraphs
and prettyGraph
-like
(e.d. PTCA4CATA
) functions. Factors scores and
partial factor scores should be describing the same set of
I observations.
minmaxHelper4Partial( FactorScores, partialFactorScores, axis1 = 1, axis2 = 2, expansionFactor = 1.1 )
FactorScores |
An I observations by J dimensions data frame od factor scores |
partialFactorScores |
An I observations by J dimensions by K block array of partial factor scores. |
axis1 |
(Default: 1) the number of the first dimension of interest. |
axis2 |
(Default: 2) the number of the second dimension of interest. |
expansionFactor |
(Default: 1.1) a multiplicative factor for the list (when larger than 1 this is an expansion, smaller than 1 this is a shrinkage). |
A list with minx, miny, maxx, maxy
that can be
used by various graphic functions from, for example,
prettyGraphs
, DistatisR
, or PTCA4CATA
.
Herve Abdi & Derek Beaton
## Not run: testminmax <- minmaxHelper4Partial(someScores, somePartialScores ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.