commandline session $erl Erlang R15B01 (erts-5.9.1) [source] [64-bit] [async-threads:0] [kernel-poll:false] Eshell V5.9.1 (abort with ^G) 1> q(). ok 2> $ $erl Erlang R15B01 (erts-5.9.1) [source] [64-bit] [async-threads:0] [kernel-poll:false] Eshell V5.9.1 (abort with ^G) 1> h(). ok 2> h() 2> . 1: h() -> ok ok 3> pwd(). /home/jeffrin/Downloads ok 4> cd(“..”). /home/jeffrin ok 5> 1+2. …
Daily Archives: February 17, 2013
R plot firefox + line graph
commandline session > call [1] 11 2088 18088 20958 25695 704 1744 139 6 7612 > usecspc [1] 2682 12 1 1 0 6 2 29 667 0 > png(file=”Rlinegraph-firefox.png”) > plot(call,usecspc,type=”l”) > dev.off() null device 1 >