Difference between revisions of "User:Teemu R"

From Testiwiki
Jump to: navigation, search
(R code test)
 
(3 intermediate revisions by the same user not shown)
Line 20: Line 20:
 
ggplot(test, aes(x = b, y = a, fill= b)) + geom_bar(stat = "identity")
 
ggplot(test, aes(x = b, y = a, fill= b)) + geom_bar(stat = "identity")
 
cat("asdasadadd\n")
 
cat("asdasadadd\n")
 +
flush.console()
 
</rcode>
 
</rcode>
 
aaaaa
 
aaaaa
 +
 +
== T2B test ==
 +
<t2b index="Year,Country" unit="#" obs="Mortality" desc="Description,Additional information">
 +
2001|Finland|1000|data description|
 +
2002|Finland|100||
 +
2001|Sweden|600||Some additional stuffs
 +
2002|Sweden|800||
 +
</t2b>

Latest revision as of 13:39, 22 September 2017

Teemu Rintala

THL

R code test

+ Show code

+ Show code

aaaaa

T2B test

Difference between revisions of "User:Teemu R"(#)
ObsYearCountryMortalityDescriptionAdditional information
12001Finland1000data description
22002Finland100
32001Sweden600Some additional stuffs
42002Sweden800