Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarraespinosa committed Oct 29, 2024
1 parent c900f0c commit 61588f1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
11 changes: 9 additions & 2 deletions R/helpers_legacy.R
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ obs_id2pos <- function(id, sep = "x", asdf = FALSE) {
#' obs_julian(1, 2020, 1)
#' }
#' }
obs_julian<-function(m, d, y, origin.){
obs_julian <- function(m, d, y, origin.){
# returns day since 1/1/1960
#
# $Id: julian.r,v 1.2 2007/06/27 11:54:03 skoerner Exp $
Expand Down Expand Up @@ -189,7 +189,14 @@ obs_julian<-function(m, d, y, origin.){
#' @examples {
#' \dontrun{
#' # Do not run
#' obs_info2id(2002,8,3,10,45,-90,0.03) [1]
#' obs_info2id(yr = 2002,
#' mo = 8,
#' dy = 3,
#' hr = 10,
#' mn = 0,
#' lat = 42,
#' lon = -90,
#' alt = 1) [1]
#' }
#' }
obs_info2id <- function(yr,
Expand Down
9 changes: 8 additions & 1 deletion man/obs_info2id.Rd

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

0 comments on commit 61588f1

Please sign in to comment.