
TreeMap World Population visualisation
This example is inspired by the examples of the treemap package. You’ll learn how to convert a data.frame […]
This example is inspired by the examples of the treemap package. You’ll learn how to convert a data.frame […]
In this post, we write a shiny database app that lets you display and modify data that is […]
In this post, we do a brute force solution of Tic-Tac-Toe, the well-known 3*3 game. You’ll learn how […]
Today, the latest version of the data.tree package was published to CRAN. This version has been named Elder, as in […]
It is very easy to convert data.tree Nodes to and from list, JSON, networkD3, and other data structures. Examples and more!
Learn how to convert a data.tree Node to a JSON representation, and back, using a custom converter.
This introduction provides a stylized example of the capabilities of the R package data.tree. The code for the implementation of the (already a bit outdated) ID3 algorithm was written in less than an hour. This is possible because, thanks to the data.tree package, the implementation of the training algorithm follows the algorithm’s pseudo code almost line by line.
Articles submitted to the R Journal must be in a specific format. This post explains how to easily output articles […]
Today, data.tree 0.1.6 was published to CRAN. It lets you manage hierarchical data, convert to and from data.frame, […]
Most people probably know this, but sometimes even I forget that there is the great Rseek.org. Purisitc as […]