Wikisym 2013 Demo: Difference between revisions
Jump to navigation
Jump to search
Juha Villman (talk | contribs) |
Juha Villman (talk | contribs) |
||
Line 7: | Line 7: | ||
b <-4 | b <-4 | ||
a +b | a +b | ||
</rcode> | |||
===Parameter example=== | |||
<rcode name="tt" embed=1 variables="name:num1|description:Number 1|name:num2|description:Number 2"> | |||
sum <- num1 + num2 | |||
mul <- num1 * num2 | |||
cat(paste("<span style='font-size: 1.5em;font-weight:bold;'>Sum: ",sum,"</span>\n",sep='')) | |||
cat(paste("<span style='font-size: 1.5em;font-weight:bold;'>Mul: ",mul,"</span>\n",sep='')) | |||
</rcode> | </rcode> | ||
Revision as of 10:27, 1 August 2013
Moderator:Juha Villman (see all) |
This page is a stub. You may improve it into a full page. |
Upload data
|
R examples
Very basic example
Parameter example
Mapping buildings of Kuopio into GoogleMaps
Reading data from Opasnet Base to R
Opasnet Base Examples
Narcolepsy in Finland
Table2Base Examples
Obs | Year | Country | Participants |
---|---|---|---|
1 | 2010 | Poland | 700 |
2 | 2011 | USA | 800 |
3 | 2012 | Austria | 900 |
4 | 2013 | Hong Kong | 1000 |
Obs | Year | Country | Participants |
---|---|---|---|
1 | 2010 | Poland | 700 |
2 | 2011 | Israel | 800 |
3 | 2012 | USA | 900 |
4 | 2013 | Hong Kong | 1000 |