powered by
data("myGrowthMixtureData")
x1
x2
x3
x4
x5
data(myGrowthMixtureData) matplot(t(myGrowthMixtureData), type='l', lty=1) data(myGrowthKnownClassData) all(myGrowthKnownClassData[,-6]==myGrowthMixtureData)
Run the code above in your browser using DataLab