search for: pose16t

Displaying 1 result from an estimated 1 matches for "pose16t".

Did you mean: pose16
2010 May 13
1
access objects in my environment
Dear group, Here are my objects in my environment: > ls() [1] "Pos100415" "Pos100416" "posA" "pose15" "pose16" "pose16t" "position" "trade" "x" I need to pass the object "Pos100415" to a function. This element is a data.frame, obtained through a function: Pos(x)<-myfun(x) with x<-100415 in this example. If I do this : >posA<-paste(c("Pos",1...