Recent posts

Pipe operator in R

Base R 4.1 introduced a new operator, called pipe (|>) that directs the result of left hand side (LHS) to the right hand side (RHS) as the first argument ...

Területdiagramok típusai és a folyamgráf

A következőkben az idősoros elemzésekben gyakran használt területdiagramok (areachart) típusaival fogunk foglalkozni. Ezek tipikusan az x tengelyen az idő di...

Statisztikai elemzés pspp-vel Emacs-en

Manapság sokféle környezet (Python Pandas, R, stb) kínál lehetőséget statisztikai elemzésre. Az SPSS talán az egyik legkönnyebben megtanulható alkalmazás, de...

Resize your plot within R

ggplot2::ggsave has reasonable defaults for image width and height that are equal to the size of the current graphic window. In my case it is the X11 device,...