I can’t believe it. I was fighting with R (the statistical package) for a while now. All the restrictions about data types and such are driving me crazy. It constantly complains that something is not a numerical type if I try to generate a histogram, etc. Well, I just found THE solution: R Commander:
apt-get install r-cran-rcmdr
R --gui=tk
library(Rcmdr)
You are in business! I love it! It just does things for you! I am back in business and can continue writing my book!
What book are you writing? Just started reading your blog, apologies if i missed an earlier post about it.
Comment by Ryan Russell — February 18, 2007 @ 1:46 pm
I am writing a book about security data visualization with Addison Wesley.
Comment by Raffy — February 19, 2007 @ 10:42 pm
Could you please define computer security visualization? This seems to be a little ambiguous. Thank you.
Comment by Tonythetaz — March 7, 2007 @ 1:12 am
Computer Security Visualization… Well, taking security relevant data (e.g., log files, electronically generated audit files, security postures) and communicating the data visually.
Does that make sense?
Comment by Raffy — March 12, 2007 @ 4:30 pm