Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Passing parameters to R script

by j1n3l0 (Friar)
on Oct 15, 2007 at 15:41 UTC ( [id://644967]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print Dumper \@xvalues, \@yvalues;
    
    exit (0);
    
  2. or download this
    #args <- commandArgs(TRUE)
    # This works okay but I would like to replace 10 as a parameter though
    ...
    png(filename="plot.png", bg="transparent")
    plot(x, y)
    dev.off()
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-04-19 09:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found