inst/doc/Wins.R

## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----echo=FALSE---------------------------------------------------------------
knitr::include_graphics("hex-hce.png", dpi = 1000)

## ----setup--------------------------------------------------------------------
library(hce)
packageVersion("hce")

## -----------------------------------------------------------------------------
args("propWINS")
propWINS(WO = 1.5, WR = 2)

## -----------------------------------------------------------------------------
propWINS(WO = 1.25, WR = 1.5, Overall = 120*150)

Try the hce package in your browser

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

hce documentation built on Oct. 16, 2024, 9:06 a.m.