Displaying 1 result from an estimated 1 matches for "diversityinfo".
2005 Nov 03
1
Error message: " The following object(s) are masked"
Hello!
First time posting here:
Here is my code:
x <- c(1:22)
finaloutput=cidrm=NULL
finaldiversityoutput=diversitym=NULL
diversityinfo=read.table("Diversity_info.txt", header=T, sep="\t",
row.names=NULL)
attach(diversityinfo)
diversitynr=nrow(diversityinfo)
diversitytemp <- matrix(0,nrow=diversitynr,ncol=1)
for(j in 1:length(x))
{
diversitym=read.table(paste(paste("Div-Chr",x[j],
sep="")...