Visualizing Data Archives - Blog R

Category: Visualizing Data

0

Leaflet in R

Hello, everyone!! Today I want to show you how to display your data on a map, to do that, we need these libraries: leaflet, googleway and magrittr. library(magrittr) library(leaflet) library(googleway) For this example we...

0

Example of k-means in R

K-means Hi everyone, today we go to explain how to do a cluster segmentation, the term clustering refers to a wide range of unsupervised techniques whose purpose is to find patterns or groups (clusters)...