search for: tsvg

Displaying 1 result from an estimated 1 matches for "tsvg".

Did you mean: svg
2007 Jun 30
1
graphic for the R profiler
...e result of the R profiler. The dot file can than be used to create a graphical display of the profiling. You can save this file in the bin directory of your R installation and then create a graph, for example an SVG by piping the output of the script to dot: $ R CMD Rprof2dot Rprof.out | dot -Tsvg > test3.svg Some example graphics are presented in the R wiki here: http://wiki.r-project.org/rwiki/doku.php?id=tips:misc:profiling Cheers, Romain <code perl> #! /usr/bin/perl use Getopt::Long; my $cutoff=5; GetOptions ('cutoff=s' => \$cutoff ); %calltree = (); %allf...