Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 376 Bytes

report.md

File metadata and controls

37 lines (18 loc) · 376 Bytes

% A sample report % The author % Thu May 17 13:03:43 2012

The first part of my R script

Here I can generate my data

a <- matrix(rnorm(100), nrow = 10)

Results

An now the reults are plotted

image(a)

More

Of course I can use inline elemtnts: 3 + 3 = 6.