Displaying 1 result from an estimated 1 matches for "insert_file_name_here".
2010 Jan 15
1
plotting in R
Hello,
As a result of running linear discriminant analysis, I need to be able to
plot the resulting file. I am not sure what the best way to do this is. So
far I have tried regular plot("insert_file_name_here") command but the error
it gives me is Error in plot.new() : figure margins too large
here is sample LDA code I am working with ....
library(MASS)
example <- data.frame(as.matrix(t(read.table(file="trial.txt"))),syll =
c(rep("one",3),rep("two",3),rep("...