Publications by CloudStat

Draw Your Breast with CloudStat – A R Apps (for fun)

31.03.2012

This is a simple apps, called “Draw Your Breast with R“  created with R to generate Breast alike graphics. With this Draw Your Breast with R apps, you can change 4 parameters which are Theta, Phi, Expand and Color to generate graphics like below: When you go to Draw Your Breast with R , you will see something like How’s your breast looke...

2723 sym 12 img

R Statistics Mobile Console (iPhone)

13.04.2012

I’m trying to make a mobile version of R-GUI, here is one (trying with iPhone emulator), not so beautiful, but still work. Try at CloudStat Mobile. Below are the screenshots: Homepage Web-based R Console Statistical Apps Directory ( R Apps ) Sample Apps: Twitting Behavior Analysis Result Login/Register Search Hope to get some suggestions...

767 sym 14 img

Text Mining to Word Cloud App with R

13.05.2012

Here is a simple application to transform text into a beautiful word cloud, Text Mining to WordCloud. The purpose is to find out the highest frequency word in a certain text. It is an app built with R language, the source code is attached at the end of the post. For example, we want to know the words frequency of the “I have a Dream” by Marti...

5416 sym 2 img

Tweets Analysis about Himpuan Jutaan Belia PutraJaya (Malaysia Youth Day 2012)

27.05.2012

I’m using the Twitter Listening Robot to know what people is talking Najib Razak, Malaysia Prime Minister. Apparently,  23-27 are the Malaysia Youth Day 2012.  There were many funny retweets (more than 50 times) by the public: RT @Faizrawrr: Best Words To Hear from Najib Razak ” Saya akan letak aircond 1Malaysia di semua kelas sekolah di Ma...

24053 sym 8 img

Make R analysis Modules just like MS Excel Templates: Derivative Calculator study case

04.06.2012

In this video tutorial, it will show you how to make R analysis Modules just like MS Excel Templates using the Building Derivative Calculator app as study case. Let’s say we wanted to know the derivative of tan(x^2 + 3), commonly, we will use the code below to get the result. e = expression(tan( x^2 + 3 )) dydx = D(e, “x”)dydx Then, whe...

1907 sym