Monday, October 13, 2014

R figure label expression with superscripts and greek letters

ylab=expression("UFP number concentration (# " ~ cm^{-3} ~ ")")

 ylab=expression(paste (PM[2.5], "mass concentration (", mu, "g " ~ m^{-3} ~ ")"))

+labs(y=ylab)

my-alpine and docker-compose.yml

 ``` version: '1' services:     man:       build: .       image: my-alpine:latest   ```  Dockerfile: ``` FROM alpine:latest ENV PYTH...