Apple Motion 1.0.1 Manual de usuario Pagina 22

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 41
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 21
Figure 7: Example of googleVis chart with options = list (gvis.editor =
’Edit me!’).
Year Lloyd\\'s Munich Re\\'s R/I
1 2009 86.1 95.3
2 2010 93.3 100.5
R> CR <- gvisColumnChart(df, options=list(vAxis='{baseline:0}',
+ title="Combined Ratio %",
+ legend="{position:'bottom'}"))
R> plot(CR)
3 Embedding googleVis in web sites
3.1 Integrating gvis objects in existing sites
Suppose you have an existing web page and would like to integrate the ou tput of
a googleVis function, such as gvisMotionChart. In this case you only need the
chart output from gvisMotionChart. So you can either copy and paste the output
from the R console
R> print(M, 'chart') ## or cat(M$html$chart)
into your existing html page, or write the content directly into a file
22
Vista de pagina 21
1 2 ... 17 18 19 20 21 22 23 24 25 26 27 ... 40 41

Comentarios a estos manuales

Sin comentarios