sobota, 30 czerwca 2012

R

mnóstwo przykładowej literatury
http://stackoverflow.com/questions/192369/books-for-learning-the-r-language

blogi na temat
http://www.r-tutor.com/
http://onertipaday.blogspot.com/
import danych do wektora >zmienna = read.csv("ścieżka")
>nowazmienna = zmienna [[1]]
unikalne wartośći wektora > unique(v) zliczenie unikalnych wartości to table(): > table(v) sort daje elementy wektora rosnąco
diff róznice pomiędzy poszczególnymi elementami

łaczenie wektorów
wektor=c(wektor,wektor)

więcej działań
http://www.philender.com/courses/multivariate/notes/vecr.html
http://www.harding.edu/fmccown/r/#histograms

środa, 20 czerwca 2012

Większy Epsilon

W LaTeXu, ϵ and ε, mogą być wprowadzone jako "\epsilon" i "\varepsilon" respectively. Co z "duzym epsilonem" E występującym często przy okazji SEM . Okazuję się że to po prostu pisana litera "E". Wystarczy wpisac "\mathcal{E}". The spaces between the columns and the rows can be controlled by \renewcommand{\tabcolsep}{3.5mm} and \renewcommand{\arraystretch}{1.1} respectively. Vertical spacing of tables can be altered by using changing \arraystretch. If it is changed outside the environment (e.g. not within the table) the change affects the whole document. fajne zródło o latexu http://mbork.pl/gad-pkty-stale.tex

sobota, 16 czerwca 2012

Pół-przeźroczystość emulatora konsoli

konfiguracja .Xdefault URxvt*termName: rxvt
URxvt*scrollBar_right: false
URxvt*scrollBar: false
URxvt*borderLess: false
URxvt.perl-ext-common: default,#tabbed
Urxvt*font: xft:DejaVu Sans Mono:size=10
xterm*faceName: DejaVu Sans Mono:size=10
URxvt*foreground: white %biały kolor czcionki
urxvt*foreground: #f2f2f2 %można i tak
URxvt*depth: 32
URxvt*background: rgba:0000/0000/0000/dddd
URxvt.transparent: true
URxvt.inheritPixmap: true
URxvt.tintColor: darkgrey
URxvt.shading: 30%