PRESENTO

Presento

Open Source Fonts

Color Palette

\begin{center} \crule[colordgray] \crule[colorhgray] \crule[colorblue] \crule[colorgreen] \crule[colororange] \end{center}


\begin{center} \hugetext{BIG BOLD TEXT} \medskip \small but background color does not work \end{center}


\tikz[overlay,remember picture] \node[opacity=0.8, at=(current page.center)]{% \includegraphics[width=\paperwidth]{images/skeleton}}; \begin{textblock}{7}(7,2.5) {\color{colorblue}\hugetext{\textbf{RUN!}}} \end{textblock}

R Appendix: R Figure Example

The following code generates the plot on the next slide (taken from help(bxp) and modified slightly):

\small

library(stats)
set.seed(753)
bx.p <- boxplot(split(rt(100, 4),
                      gl(5, 20)), plot=FALSE)
bxp(bx.p, notch = FALSE, boxfill = "lightblue",
    frame = FALSE, outl = TRUE,
    main = "Example from help(bxp)")

R Appendix: R Figure Example

library(stats)
set.seed(753)
bx.p <- boxplot(split(rt(100, 4),
                      gl(5, 20)), plot=FALSE)
bxp(bx.p, notch = FALSE, boxfill = "lightblue",
    frame = FALSE, outl = TRUE,
    main = "Example from help(bxp)")

R Appendix: R Table Example

A simple data example:

mtcars[1:5, 1:5]


Try the binb package in your browser

Any scripts or data that you put into this service are public.

binb documentation built on July 2, 2020, 4:08 a.m.