Skip to content

Commit

Permalink
remove some more accessors
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelley committed Apr 15, 2016
1 parent b33c07f commit 69b3904
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/sw.R
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ swRrho <- function(ctd, sense=c("diffusive", "finger"), smoothingLength=10, df,
#' library(oce)
#' data(ctd)
#' # Illustrate difference between UNESCO and GSW
#' p <- pressure(ctd)
#' p <- ctd[["pressure"]]
#' ylim <- rev(range(p))
#' par(mfrow=c(1,3), mar=c(3, 3, 1, 1), mgp=c(2, 0.7, 0))
#' plot(ctd[["sigmaTheta"]], p, ylim=ylim, type='l', xlab=expression(sigma[theta]))
Expand Down
2 changes: 1 addition & 1 deletion man/plotTaylor.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
\examples{
library(oce)
data(sealevel)
x <- elevation(sealevel)
x <- sealevel[["elevation"]]
M2 <- predict(tidem(sealevel, constituents="M2"))
S2 <- predict(tidem(sealevel, constituents=c("S2")))
plotTaylor(x, cbind(M2, S2))
Expand Down
2 changes: 1 addition & 1 deletion man/swN2.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 69b3904

Please sign in to comment.