Rsenal-deprecated: Deprecated functions in 'Rsenal'

Rsenal-deprecatedR Documentation

Deprecated functions in Rsenal

Description

The functions listed below are deprecated and will be defunct in the near future. When possible, alternative functions with similar functionality are also mentioned. Help pages for deprecated functions are available at help("Rsenal-deprecated").

  • bumpVersion-deprecated

  • calcOffsetGridText-deprecated

  • compareDistributions-deprecated

  • CreateSpacetimeFolds-deprecated

  • ffs-deprecated

  • latticeCombineGrid-deprecated

  • latticeCombineLayer-deprecated

  • offsetGridText-deprecated

  • pos2just-deprecated

  • rgb2spLayout-deprecated

  • stextGrob-deprecated

Usage

bumpVersion(
  element = "patch",
  pkg.repo = ".",
  news = file.path(pkg.repo, "NEWS.md"),
  plain_news = TRUE
)

calcOffsetGridText(
  x,
  y = NULL,
  offset = 0.02,
  pos = NULL,
  xlim = NULL,
  ylim = NULL
)

compareDistributions(
  left,
  right,
  add.spread = TRUE,
  print.stats = TRUE,
  xlim = NULL,
  ylim = NULL,
  clrs = c("purple", "lightblue"),
  xlab = "density",
  ylab = "value",
  ...
)

CreateSpacetimeFolds(
  x,
  spacevar = NA,
  timevar = NA,
  k = 10,
  seed = sample(1:1000, 1)
)

ffs(
  predictors,
  response,
  method = "rf",
  metric = ifelse(is.factor(response), "Accuracy", "RMSE"),
  maximize = ifelse(metric == "RMSE", FALSE, TRUE),
  withinSD = FALSE,
  trControl = trainControl(),
  tuneLength = 3,
  tuneGrid = NULL,
  seed = sample(1:1000, 1),
  runParallel = FALSE,
  ...
)

latticeCombineGrid(
  trellis.list,
  between = list(y = 0.3, x = 0.3),
  as.table = TRUE,
  ...
)

latticeCombineLayer(trellis.list, ...)

offsetGridText(
  x,
  y = NULL,
  labels,
  xlim = NULL,
  ylim = NULL,
  pos = NULL,
  stext = FALSE,
  offset = 0.02,
  ...
)

pos2just(pos, ...)

rgb2spLayout(x, quantiles = c(0.02, 0.98), alpha = 1)

stextGrob(
  label,
  x = unit(0.5, "npc"),
  y = unit(0.5, "npc"),
  col = "white",
  fill = "black",
  r = 0.1,
  gp = gpar(),
  vp = NULL,
  name = NULL,
  ...
)

bumpVersion

For bumpVersion, use bumpVersion instead.

calcOffsetGridText

For calcOffsetGridText, use offsetGridText and non-exported Orcs:::calcOffsetGridText instead.

compareDistributions

For compareDistributions, use compareDistributions instead.

CreateSpacetimeFolds

CreateSpacetimeFolds is deprecated (no further details available).

ffs

ffs is deprecated (no further details available).

latticeCombineGrid

For latticeCombineGrid, use latticeCombineGrid instead.

latticeCombineLayer

For latticeCombineLayer, use latticeCombineLayer instead.

offsetGridText

For offsetGridText, use offsetGridText instead.

pos2just

For pos2just, use Orcs:::pos2just instead.

rgb2spLayout

For rgb2spLayout, use rgb2spLayout instead.

stextGrob

For stextGrob, use stextGrob instead.


environmentalinformatics-marburg/Rsenal documentation built on July 28, 2023, 6:09 a.m.