source:
trunk/zoo-project/zoo-api/r/minimal.r
@
972
| Last change on this file since 972 was 908, checked in by djay, 7 years ago | |
|---|---|
|
|
| File size: 152 bytes | |
| Line | |
|---|---|
| 1 | ZOOTranslate <- function(a) { |
| 2 | return (.Call("ZOOTranslate",a)) |
| 3 | } |
| 4 | |
| 5 | ZOOUpdateStatus <- function(a,b) { |
| 6 | .Call("ZOOUpdateStatus",a,as.numeric(b)) |
| 7 | } |
Note: See TracBrowser
for help on using the repository browser.













