Using packages such as ggplot and lattice can produce some great charts and visualization, but googleVis is tough to beat for interactive charts to share on the web. Click on the image below to open up the html page.
I will warn you that it is too easy to blow an entire Saturday afternoon playing with the googleVis charts

How did you install the FinancialInstrument package? It does not seem to be part of CRAN.
Start an R session and type the following:
install.packages(“FinancialInstrument”, repos= c(“http://R-Forge.R-project.org”, getOption(“repos”)))
Let me know if you have any trouble installing the package.
This isn’t working
Error: unexpected input in “install.packages(“”
Can you send a screenshot of the exact command you typed in. Could be something simple like missing a parenthesis or quote.
I have been using GoogleVis for my reports. Great to learn and use
Glad to hear you’ve been using them and finding them useful.
http://www.Highcharts.com (free for non-commercial) has a great JavaScript library that can present some incredibly rich interactive charts. I don’t know if anyone is melding them with R, but it wouldn’t surprise me.
I wasn’t aware of Highcharts, I’ll take a look. Thanks for sharing!
Ross