Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

RSPerl and DESTROY

by dana (Monk)
on May 05, 2007 at 02:27 UTC ( [id://613671]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use R;
    
    ...
    &R::initR("--silent");
    $x = &R::sum(1,2,3);
    print "Sum = $x\n";
    
  2. or download this
    # Calculate HWE goodness-of-fit p-value
    # Simply for readability of code passed to R
    ...
        #&R::call("print", $hwe);
    }
    return ( $hwe );
    
  3. or download this
    sub DESTROY {
         my $obj = $_[0];
    ...
         R::deleteRReference($_[0]);
         1;
     }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://613671]
Approved by bobf
Front-paged by GrandFather
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-25 23:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found