Cómo guardar gráficos interactivos de dygraph

Produzco gráficos interactivos usandodygraph. Puedo verlos en la ventana "Visor" en R studio y en un navegador.

¿Cuál es la forma más conveniente de guardar estos gráficos (es html?)? ¿Puedo enviarlos por correo?

Ejecuto R studio 0.98.507 ysessionInfo() da:

R version 3.1.0 (2014-04-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)

locale:
[1] LC_COLLATE=German_Austria.1252  LC_CTYPE=German_Austria.1252    LC_MONETARY=German_Austria.1252 LC_NUMERIC=C                   
[5] LC_TIME=German_Austria.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] PerformanceAnalytics_1.1.0 xts_0.9-7                  zoo_1.7-11                 MASS_7.3-33               
[5] cluster_1.15.2             RODBC_1.3-10              

loaded via a namespace (and not attached):
[1] grid_3.1.0      lattice_0.20-29 tools_3.1.0  

Respuestas a la pregunta(2)

Su respuesta a la pregunta