R/ref.R

### Convenience functions to retrieve a reference number, given a label
###
### DJS, 19/1/2012

eqRef <- function(label){
    eqLabel <- paste("eq:", label, sep = "")
    eqnList <- get("hwriterEquationList", .hwriterGlobalEnv)
    eqNum <- which(eqnList == eqLabel)
    eqNum
}

Try the hwriterPlus package in your browser

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

hwriterPlus documentation built on Jan. 15, 2017, 9:40 a.m.