Displaying 2 results from an estimated 2 matches for "plot_shad".
Did you mean:
plot_sd
2010 Nov 22
1
plot inside function does not work
Hello everyone,
when I commit a plot using console(command line?) plot works fine. I have created a function that plots based on the input. This function is called plot_shad. When I call this function alone in the command line I get my plot.
Then I tried to use another function as depicted_below to do some calculation before calling the function that does the plotting.
plot_shad_map<-function(f,CRagent,agentid){
for (i in c(1:nrow(shad_map))){
for (j in c(1...
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...t: [R] plot inside function does not work
Message-ID: <413924.42773.qm at web120105.mail.ne1.yahoo.com>
Content-Type: text/plain
Hello everyone,
when I commit a plot using console(command line?) plot works fine. I have
created a function that plots based on the input. This function is called
plot_shad. When I call this function alone in the command line I get my
plot.
Then I tried to use another function as depicted_below to do some
calculation before calling the function that does the plotting.
plot_shad_map<-function(f,CRagent,agentid){
for (i in c(1:nrow(shad_map))){
for (j in c(1...