Displaying 1 result from an estimated 1 matches for "allmal".
Did you mean:
allmail
2012 Sep 28
1
blank plot----how do I make symbols appear
...ip$morph] ), I loose all
the points. As I mentioned above, I was able to create a plot
successfully using other data points from the same table (different
columns), so I know the data are fine.
Has anyone come across this before?
R-script used:
----------------------------------------
HAND<-AllMal[,c(2,4,5)]
na.omit(HAND)->HAND
write.csv(HAND, "grip.csv")
read.csv("grip.csv")->grip
grip
class(grip)
class(HAND)
grip$morph<-as.character(grip$Morph)
morph<- grip$morph
BML<-grip$BML
grip$MCF->MCF
reg1<-lm(BML~MCF,data=subset(grip,morph=="mel&q...