Description Usage Arguments Examples
The function that calculate the new ruotate arrays
1 2 |
verbose |
TRUE |
arraydata: |
array of data whit nrow,ncolum and the number of the matrix. |
starting_point: |
select a starting_point for calculate GPA. "mean" used the matrix of mean for centrate the array of date. "matrix" used a matrix of array, selected with the parameter n, for centrate the array of date. |
maxit: |
maximum number of iteration inside the GPA funtion (default maxit=10). |
mindist: |
select the minimum distance between the matrix (default mindist=1). |
n: |
select the matrix for starting_point "matrix". It must be used into starting_point "norm" (default n=NULL). |
normalization: |
Procuste distance with scaling (default FALSE) |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.