| Rsenal-deprecated | R Documentation |
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
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,
...
)
bumpVersionFor bumpVersion, use bumpVersion instead.
calcOffsetGridTextFor calcOffsetGridText, use offsetGridText and
non-exported Orcs:::calcOffsetGridText instead.
compareDistributionsFor compareDistributions, use compareDistributions
instead.
CreateSpacetimeFoldsCreateSpacetimeFolds is deprecated (no further details available).
ffsffs is deprecated (no further details available).
latticeCombineGridFor latticeCombineGrid, use latticeCombineGrid
instead.
latticeCombineLayerFor latticeCombineLayer, use latticeCombineLayer
instead.
offsetGridTextFor offsetGridText, use offsetGridText instead.
pos2justFor pos2just, use Orcs:::pos2just instead.
rgb2spLayoutFor rgb2spLayout, use rgb2spLayout instead.
stextGrobFor stextGrob, use stextGrob instead.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.