Articles by Euthymios Kasvikis

R Markdown exercises part 1

July 29, 2017 | Euthymios Kasvikis

INTRODUCTION R Markdown is one of the most popular data science tools and is used to save and execute code, create exceptional reports whice are easily shareable. The documents that R Markdown provides are fully reproducible and support a wide variety of static and dynamic output formats. Using markdown syntax, ... [Read more...]

How to create reports with R Markdown in RStudio

July 21, 2017 | Euthymios Kasvikis

Introduction R Markdown is one of the most popular data science tools and is used to save and execute code to create exceptional reports whice are easily shareable. The documents that R Markdown provides are fully reproducible and support a wide variety of static and dynamic output formats. R Markdown ... [Read more...]

iPlots exercises

July 4, 2017 | Euthymios Kasvikis

INTRODUCTION iPlots is a package which provides interactive statistical graphics, written in Java. You can find many interesting plots such as histograms, barcharts, scatterplots, boxplots, fluctuation diagrams, parallel coordinates plots and spineplots. The amazing part is that all of these plots support querying, linked highlighting, color brushing, and interactive changing ... [Read more...]

How to create visualizations with iPlots package in R

July 2, 2017 | Euthymios Kasvikis

INTRODUCTION iPlots is a package which provides interactive statistical graphics, written in Java. You can find many interesting plots such as histograms, barcharts, scatterplots, boxplots, fluctuation diagrams, parallel coordinates plots and spineplots. The amazing part is that all of these plots support querying, linked highlighting, color brushing, and interactive changing ... [Read more...]

Data Visualization with googleVis exercises part 5

June 30, 2017 | Euthymios Kasvikis

Candlestick, Pie, Gauge, Intensity Charts In the fifth part of our journey we will meet some special but more and more usable types of charts that googleVis provides. More specifically you will learn about the features of Candlestick, Pie, Gauge and Intensity Charts. Read the examples below to understand the ... [Read more...]

Data Visualization with googleVis exercises part 1

June 4, 2017 | Euthymios Kasvikis

Line, Bar and Column Charts Hello everybody! This is the first part of an exciting data visualization series r exercises.com is going to provide you. Data visualization involves the creation and study of the visual representation of data. The increasing amounts of data created by Internet activity make the “... [Read more...]

Shiny Application Layouts Exercises (Part-8)

May 13, 2017 | Euthymios Kasvikis

Shiny Application Layouts – Dynamic UI In the eightth part of our series we will see how we can build a user interface with dynamically generated components. The UI components are generated on the server side with the use of renderUI() and are displayed with uiOutput() on the ui side. Every ... [Read more...]

Shiny Application Layouts Exercises (Part-7)

May 12, 2017 | Euthymios Kasvikis

Shiny Application Layouts – Conditional Panel In the seventh part of our series we will use the rnorm() function to create a UI with a Conditional Panel. This type of Panel is visible only when the value of a JavaScript expression is true. The JS expression is re-evaluated every time shiny ... [Read more...]

Shiny Applications Layouts Exercises (Part-6)

May 9, 2017 | Euthymios Kasvikis

Shiny Applications Layouts – Absolutely-positioned panel In the sixth part of our journey through Shiny App Layouts we will meet the absolutely-positioned panels. These are panels that you can drag and drop or not wherever you want in the interface. Moreover you can put anything in them, including inputs and outputs. ... [Read more...]

Shiny Application Layouts Exercises (Part-5)

May 7, 2017 | Euthymios Kasvikis

Shiny Application Layouts-Vertical Layout In the fifth part of our series we will apply the kmeans() function to the iris dataset to create a shiny application. The difference is that now we will display its result vertically. This part can be useful for you in two ways. First of all, ... [Read more...]

Shiny Application Layouts Exercises (Part-4)

May 6, 2017 | Euthymios Kasvikis

Shiny Application Layouts – Navbar Page Features In the fourth part of our series we will see some of the most important features that a Navbar page provides in order to enhance the appearance of our shiny application. We will use the “Cars” app which we built in Shiny Application Layouts-Navbar ... [Read more...]
1 2 3

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)