Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 3f98167

Browse files
committed
Fix typo's
1 parent 9450311 commit 3f98167

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

R/cfData-plotMethods.R

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ setMethod("summary",
708708

709709
# Precipitation -----------------------------------------------------------
710710

711-
#' Plot Rain Timeseries
711+
#' Plot Rain Time series
712712
#'
713713
#' Plot the amount of rainfall (mm) through time, with optional available soil
714714
#' water capacity and runoff amounts (if applicable).
@@ -829,7 +829,7 @@ setMethod("plot",
829829

830830
#' Plot Screen Observations
831831
#'
832-
#' Plot temperature data from screen observations (degrees celsuis) through time.
832+
#' Plot temperature data from screen observations (degrees celsius) through time.
833833
#'
834834
#' Temperature data from screen observations include the air, and wet bulb,
835835
#' temperature at the time the measurement was taken (dry bulb and wet bulb
@@ -1290,16 +1290,16 @@ setMethod("plot",
12901290
#' Wind \tab \code{\link{plot.cfWind}} for windrose, wind speed and direction
12911291
#' contour plots\cr
12921292
#' Rain \tab \code{\link{plot.cfRain}} for plotting rainfall (mm) through time\cr
1293-
#' Screen Obs \tab \code{\link{plot.cfScreenObs}} for timeseries plots of air,
1293+
#' Screen Obs \tab \code{\link{plot.cfScreenObs}} for time series plots of air,
12941294
#' wet bulb, and dew-point temperature plots\cr
12951295
#' Max/Min Temp \tab \code{\link{plot.cfTemp}} for maximum, minimum and
1296-
#' average temperature timeseries plots\cr
1296+
#' average temperature time series plots\cr
12971297
#' Earth Temp \tab \code{\link{plot.cfEarthTemp}} for earth temperature
1298-
#' timeseries plots\cr
1298+
#' time series plots\cr
12991299
#' Sunshine \tab \code{\link{plot.cfSunshine}} for accumulated, hourly or daily
1300-
#' sunshine, timeseries plots\cr
1300+
#' sunshine, time series plots\cr
13011301
#' Pressure \tab \code{\link{plot.cfPressure}} for mean sea level atmospheric
1302-
#' pressure timeseries plots\cr
1302+
#' pressure time series plots\cr
13031303
#' Other data \tab No default plot methods\cr
13041304
#' }
13051305
#'

R/cfDatatype.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ cf_update_dt = function(object, user = cf_user()){
346346
#' is available.
347347
#'
348348
#' @note Currently clifro does not support datatypes from the special datasets
349-
#' (Ten minute, Tier2, Virutal Climate, Lysimeter) or upper air measurements
349+
#' (Ten minute, Tier2, Virtual Climate, Lysimeter) or upper air measurements
350350
#' from radiosondes and wind radar.
351351
#'
352352
#' @importFrom methods new

man/cfDatatype-class.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/plot-cfRain-missing-method.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/plot-cfScreenObs-missing-method.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/plot.cfDataList.Rd

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)