powered by
For working with the results outside the app. Settings used: metric, linkage, k
writeResults( space1, cov = NULL, covInv = NULL, exp = NULL, space2, space2.cov = NULL, space2.covInv = NULL, space2.exp = NULL, settings, filename, user_dist = NULL, getCoords.space1 = normCoords, getCoords.space2 = rawCoords )
No return value, called for writing file
cluster space matrix
covariance matrix
inverse covariance matrix
observable reference value (e.g. experimental measurement)
space2 matrix
list specifying parameters usually selected in the app
path to write the results file to
input distance matrix (optional)
function to calculate coordinates on clustering space
function to calculate coordinates on linked space
file<-tempfile() writeResults(space1 = Bikes$space1, space2 = Bikes$space2, settings = list(metric="euclidean",linkage="ward.D2",k=4), filename = file) file.remove(file)
Run the code above in your browser using DataLab