data-learning/test_data/.Rhistory
2023-08-19 23:37:19 +02:00

9 lines
318 B
R
Executable File

setwd("~/Projekte/data-learning/test_data")
data = read.table("PrincipleComponents_PCA.dat",header=FALSE)
plot(data$V1,data$V2)
data = read.table("PrincipleComponents_PCA.dat",header=FALSE)
plot(data$V1,data$V2)
data = read.table("PrincipleComponents_PCA.dat",header=FALSE)
plot(data$V1,data$V2)
plot(data$V1,data$V2)