Displaying 1 result from an estimated 1 matches for "dnaouts".
Did you mean:
dnaoutf
2012 Oct 21
1
Changing a for loop to a function using sapply
...= "" )})
Error in paste(x, " ", y, " ", z, "\n", collapse = "") :
argument "y" is missing, with no default
> DNAoutf(Rowname,Arrow,DNA)
Error: could not find function "DNAoutf"
############################################
DNAouts(Rowname,Arrow,DNA) <- sapply(x,function(x,y,z){paste(x," ",y,"
",z,"\n", collapse = "" )})
DNAouts
> DNAouts(Rowname,Arrow,DNA) <- sapply(x,function(x,y,z){paste(x,"
",y," ",z,"\n", collapse = "" )})
Error...