dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #17130
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 505: Minor fix.
------------------------------------------------------------
revno: 505
committer: Jason P. Pickering <jason.p.pickering@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Tue 2012-04-24 13:53:33 +0200
message:
Minor fix.
modified:
src/docbkx/en/dhis2_r.xml
src/docbkx/en/dhis2_user_manual_en.xml
--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs
Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'src/docbkx/en/dhis2_r.xml'
--- src/docbkx/en/dhis2_r.xml 2012-04-24 07:09:32 +0000
+++ src/docbkx/en/dhis2_r.xml 2012-04-24 11:53:33 +0000
@@ -334,7 +334,7 @@
</mediaobject>
<para>In this example, we showed how to use the RPostgreSQL library and other helper libraries(Maptools, ColorBrewer) to create a simple map from the DHIS2 data mart. </para>
</section>
- <section>
+ <section id="dhis2_r_google_vis">
<title>Using R, DHIS2 and the Google Visualization API</title>
<para>Google's Visualization API provides a very rich set of tools for the visualization of multi-dimensional data. In this simple example, we will show how to create a simple column chart with the Google Visualization API using the "googleVis" R package. Full information on the package can be found <ulink url="http://code.google.com/p/google-motion-charts-with-r/">here.</ulink>. The basic principle, as with the other examples, is to get some data from the DHIS2 database, and bring it into R, perform some minor alterations on the data to make it easier to work with, and then create the chart.</para>
<screen>#Load some libraries
=== modified file 'src/docbkx/en/dhis2_user_manual_en.xml'
--- src/docbkx/en/dhis2_user_manual_en.xml 2012-04-13 14:43:25 +0000
+++ src/docbkx/en/dhis2_user_manual_en.xml 2012-04-24 11:53:33 +0000
@@ -57,6 +57,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhis2_r.xml" encoding="UTF-8" xpointer="dhis2_r_odbc"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhis2_r.xml" encoding="UTF-8" xpointer="dhis2_r_mydatamart"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhis2_r.xml" encoding="UTF-8" xpointer="dhis2_r_maps"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhis2_r.xml" encoding="UTF-8" xpointer="dhis2_r_google_vis"/>
</appendix>
<appendix>
<title>DHIS 2 Workbook</title>