Skip to content

Commit

Permalink
updated R graph
Browse files Browse the repository at this point in the history
  • Loading branch information
fishfollower committed Sep 12, 2016
1 parent 4a52961 commit 09f67ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SAM/R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ ssbplot<-function(fit,...){
##' @details ...
##' @export
recplot<-function(fit,...){
.plotit("logR", ylab="Recruits", trans=exp,...)
lab<-paste("Recruits (age ", fit$conf$minAge, ")", sep="")
.plotit("logR", ylab=lab, trans=exp,...)
}

0 comments on commit 09f67ed

Please sign in to comment.