It was several time I was thinking about developing a web application with R and Shiny. In these days I realize my first application with Shiny. You can find it at http://spark.rstudio.com/nsturaro/pyramid0/ The idea is very simple: I plot a … Continue reading →
[Read more...]
Dear R-enthusiastic, I discovered Plotly some days ago, and I was fascinated by it. What is Plotly? Plotly is a service for creating and sharing data visualizations that also offers statistical analysis tools plus a robust API, the ability to … Continue reading →
[Read more...]
How to modify axis labels is a FAQ for (almost) all R users. This short post try to give a simple but exhaustive reply to this question. First of all, data are generated. ?View Code RSPLUSdat = data.frame( label = … Continue reading →
[Read more...]
Many people still save their data into Microsoft Excel files. This is an unhappy choice for many reasons but many was already written about this topic. Furthermore, unfortunately Excel become a de facto standard in many business environment and this … Continue reading →
[Read more...]
Nowadays, routinary operations on files, such as renaming or copying, are performed with some mouse clicks. Sometimes, it is useful perform this operations in batch. Linux users perform this operations through the shell. Also Windows users can use the shell, … Continue reading →
[Read more...]
"Learning RStudio for R Statistical Computing" will teach you how to quickly and efficiently create and manage statistical analysis projects, import data, develop R scripts, and generate reports and graphics. R developers will learn about package development, coding principles, and … Continue reading → [Read more...]