Displaying 1 result from an estimated 1 matches for "34here43".
2010 Mar 29
3
one way to write scripts in R
...te: if you want nice bash shell scripting string
substitution and backticking
# you can use my ppp() function. Note it's not well vectorized at the
moment, so it will expect
# variables that are substituted from the environment to be of length 1.
# A bit hackish in places (sure the |@|@| and 34HERE43 stuff makes me
wince), but it gets the job done,
# as it's meant as a proof of concept.
##########################
# utility functions leading up to final definition of ppp() : shell
scripting like facilities for R
# Skip to the end of this file to see what ppp() does for you.
##############...