AndriSignorell / DescTools

Tools for Descriptive Statistics and Exploratory Data Analysis
http://andrisignorell.github.io/DescTools/
82 stars 18 forks source link

`las = 1` is hardcoded (Desc plots) #140

Open GegznaV opened 4 months ago

GegznaV commented 4 months ago

In many cases las = 1 is hardcoded which does not allow using alternative options. In some contexts, it is not optimal. In all Desc() plot methods, there should be an option to change this (e.g., to use "las = 2").

GegznaV commented 4 months ago

I see that some functions respond to, e.g., par(las = 2). So I'll investigate this and clarify, where exactly the issue is.