diff --git a/README.md b/README.md index 701cabd011e46be84e38b7d999d3734a24b2831a..82fcf4d4ce076a57ffe81670ca70e826b1c5fb36 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -A repository of R snippets, mostly for creating graphical visualization of data. +# A repository of R and Python snippets, mostly for creating graphical visualization of data. + +The small script fragments with their explanations can be useful for: + +- representing results as heatmaps (Categorical heatmaps, R) +- combine tables with a kind of very crude left join written in Python (Get rows py3) +- represent results as barplots (Tridimensional barplots in R)