Apple Motion 1.0.1 Manual do Utilizador Página 23

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 41
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 22
Figure 8: Visualising data with apostrophes in column names.
R> print(M, 'chart', file='myfilename')
and process it from there.
3.2 Using googleVis output with WordPress
WordPress is a popular web software for creating websites and blogs. Here we give
some tips about the usage with googleVis output.
By default WordPress does not allow JavaScript code (and hence googleVis out-
put) to be inserted into a page. However, additional plugins allow you to extend
the functions of WordPress.
One option of embedding JavaScript code inside a WordPress post is to use the
“custom fields shortcode” plugin
7
. The plugin allows you to create a custom field
for the googleVis code, which can be referred to in your article.
Suppose you created a motion chart in R:
R> M <- gvisMotionChart(Fruits, "Fruit", "Year",
+ options=list(width=400, height=370))
Copy the chart code, e.g. from
R> print(M, 'chart')
7
http://wordpress.org/extend/plugins/custom-fields-shortcode
23
Vista de página 22
1 2 ... 18 19 20 21 22 23 24 25 26 27 28 ... 40 41

Comentários a estes Manuais

Sem comentários