search for: usabi

Displaying 2 results from an estimated 2 matches for "usabi".

Did you mean: psabi
2010 May 07
0
hash-2.0.0
...kage implements a data structure similar to hashes in Perl and dictionaries in Python but with a purposefully R flavor. For objects of appreciable size, access using hashes outperforms native named lists and vectors. This version accounts for changes in R-2.11.0 and is optimized for both speed and usabiity. Some references: http://opendatagroup.com/2010/04/26/hash-2-0-0/ http://opendatagroup.com/2009/07/26/hash-package-for-r/ Basic Examples: h <- hash( keys=letters, values=1:26 ) h <- hash( letters, 1:26 ) h$a # 1 h$foo <- "bar" h[ "foo" ] h[[ "...
2010 May 07
0
hash-2.0.0
...kage implements a data structure similar to hashes in Perl and dictionaries in Python but with a purposefully R flavor. For objects of appreciable size, access using hashes outperforms native named lists and vectors. This version accounts for changes in R-2.11.0 and is optimized for both speed and usabiity. Some references: http://opendatagroup.com/2010/04/26/hash-2-0-0/ http://opendatagroup.com/2009/07/26/hash-package-for-r/ Basic Examples: h <- hash( keys=letters, values=1:26 ) h <- hash( letters, 1:26 ) h$a # 1 h$foo <- "bar" h[ "foo" ] h[[ "...