Displaying 1 result from an estimated 1 matches for "ipsend".
Did you mean:
ipsen
2012 Mar 06
1
sourcearg function is there a better way already built into R
...csv(sprintf("%sDUPS.csv",asy),head=T)
attach(j)
printf("plot(%s,DUP%s,log=\"xy\")",asy,asy)
sourcearg(sprintf("plot(%s+0.01,DUP%s+0.01,log=\"xy\",main=\"Redacted
%s\nOrg Log+0.01 vs Dup Log+0.01 Plot\" )",asy,asy,asy))
print(names(j))
ipsend()
detach(j)
}
A more typical invocation would use tapply to get the names of all the
variables in the CSV file into asyl and then do the for loop.
sourcearg works fine for my purposes but my question is: is there a
better way to do this in R that is already built-in?
Thanx
Robert...