Skip to content

Commit

Permalink
minor edit to raw2temp
Browse files Browse the repository at this point in the history
  • Loading branch information
gtatters committed Oct 31, 2019
1 parent 0a0b6af commit 0cc49b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/raw2temp.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#' @export
#'
raw2temp <-
function(raw,E=1,OD=1,RTemp=20,ATemp=RTemp,IRWTemp=RTemp,IRT=1,RH=50,
raw2temp <-function(raw,E=1,OD=1,RTemp=20,ATemp=RTemp,IRWTemp=RTemp,IRT=1,RH=50,
PR1=21106.77,PB=1501,PF=1,PO=-7340,PR2=0.012545258,
ATA1=0.006569, ATA2=0.01262, ATB1=-0.002276, ATB2=-0.00667, ATX=1.9)
{
Expand Down

0 comments on commit 0cc49b6

Please sign in to comment.