interpolate.Rd
This function adds supplementary points and variables to the plot from a new data set.
interpolate(bp, newdata = NULL, newvariable = NULL)
an object of class biplot
obtained from preceding function biplot()
.
a new data set, similar in structure to the data set supplied to biplot()
containing supplementary data points to be added onto the biplot.
a new data set, similar in structure to the data set supplied to biplot()
containing supplementary variables to be added onto the biplot.
The object of class biplot
will be appended with the following elements:
the new data.
the matrix of the centered and scaled new numeric variables of new data.
the matrix of the categorical variables of new data.
the matrix of the coordinates of the new data in the biplot.
For an object of class CA
the following additional elements will be appended:
the matrix of row coordinates of the new data in the biplot.
the matrix of column coordinates of the new data in the biplot.