search for: 20npka

Displaying 1 result from an estimated 1 matches for "20npka".

Did you mean: 10npka
2008 Jun 18
5
paste data
...command paste(), see below: plot<-c("0a","0b","0c","5Na","5Nb","5Nc","PKa","PKb","PKc","5NPKa","5NPKb", "5NPKc","10NPKa","10NPKb","10NPKc","20NPKa","20NPKb","20NPKc") for (x in 1:length(plot)) { name<-paste("auto.",plot[x],sep="") print(name) } I want to do very similar things with all the dataframes and their structure is also the same. Is there a way to write a loop? (so that I don't h...