Skip to content

Commit b568982

Browse files
committed
remove export of sPlotDiurnalCycleM
1 parent be209da commit b568982

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CRAN-SUBMISSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 1.3.2.9000
2+
Date: 2024-01-25 13:27:16 UTC
3+
SHA: 1817b78a6615dbeccd0e402f449aca9c6b853515

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Generated by roxygen2: do not edit by hand
22

33
export("%>%")
4-
export(.sEddyProc_sPlotDiurnalCycleM)
54
export(BerkeleyJulianDateToPOSIXct)
65
export(LightResponseCurveFitter)
76
export(LightResponseCurveFitter_computeCost)

R/EddyPlotting.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@ sEddyProc$methods(sPlotFingerprint = sEddyProc_sPlotFingerprint)
318318
#+++ Diurnal cycles
319319
#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
320320

321-
#' @export
321+
# #' @export
322322
.sEddyProc_sPlotDiurnalCycleM <- function(
323-
### The diurnal cycles of a single month are potted to the current device,
323+
### The diurnal cycles of a single month are plotted to the current device,
324324
### scaled to all data. Each year is plotted as a different (coloured) line.
325325
Var = Var.s ##<< Variable to plot
326326
, QFVar = if (!missing(QFVar.s)) QFVar.s else 'none' ##<<

0 commit comments

Comments
 (0)