diff --git a/R/ColorBar.R b/R/ColorBar.R index b475d08ad93b881363a141b5384c818da5f4740f..49b82af81cd31748be23f9026b03a1c05151853f 100644 --- a/R/ColorBar.R +++ b/R/ColorBar.R @@ -134,7 +134,7 @@ #' bar (NULL if not drawn at all). #'} #' -#'@keywords dplot +#'@keywords hplot #'@author History:\cr #' 0.1 - 2012-04 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr #' 0.2 - 2013-04 (I. Andreu-Burillo, \email{isabel.andreu-burillo@@bsc.es}) - Vert option\cr diff --git a/R/Subset.R b/R/Subset.R index 7c1e9dcb560c49ba77d3347fad8482138ff7aeb1..044b4cccb86d731349e325057c32b7608f294658 100644 --- a/R/Subset.R +++ b/R/Subset.R @@ -25,7 +25,7 @@ #' are not specified in 'along'. The possible values are, respectively: 'all' #' or TRUE, 'none' or FALSE, 'selected', and 'non-selected'. #' -#'@keywords dplot +#'@keywords datagen #'@examples #'subset <- Subset(sampleMap$mod, c('dataset', 'sdate', 'ftime'), #' list(1, 1, 1), drop = 'selected') diff --git a/man/ColorBar.Rd b/man/ColorBar.Rd index 205c25e4ab46159414c51819b68796eb1437b22e..71da02be33f60396c2c0338f4df3634b6fe6f5cd 100644 --- a/man/ColorBar.Rd +++ b/man/ColorBar.Rd @@ -184,5 +184,5 @@ History:\cr 1.2 - 2016-08 (N. Manubens, \email{nicolau.manubens@bsc.es}) - New ColorBar\cr (V. Torralba, \email{veronica.torralba@bsc.es}) } -\keyword{dplot} +\keyword{hplot} diff --git a/man/Subset.Rd b/man/Subset.Rd index 4e52c6db150748c68db88419d162c5db884d1046..bccec4acf17b1ceddc50bd0930ef588086ac6d51 100644 --- a/man/Subset.Rd +++ b/man/Subset.Rd @@ -44,5 +44,5 @@ PlotLayout(PlotEquiMap, c('lat', 'lon'), subset, titles = paste('Member', 1:3)) } -\keyword{dplot} +\keyword{datagen}