knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(nuclear)

data("dpg")
head(dpg)

plot(dpg$E,dpg$S,log="x")


RafaelSdeSouza/nuclear documentation built on Aug. 11, 2019, 12:31 a.m.