powered by
pca.proj.Xt(X, t, t.range = c(0, 1000), breaks = 15)
U a matrix of eigenvectors
lambda a vector of eigenvalues
lambda.perc the percentage of inertia captured by each axis
res <- drbats.simul(N = 5, P = 100, t.range = c(5, 100), breaks = 8) pca.proj.Xt(res$X, res$t.simul, t.range = c(0, 100), breaks = 8)
Run the code above in your browser using DataLab