Nothing
.intWeights
is not external any more, as used in MFPCA package.seq_len(x)
instead of 1:x
.vapply
instead of sapply
, where applicable.ggplot
function (package ggplot) as default for (deprecated) generic ggplot.as.data.frame
and funData2fd
/ fd2funData
(for fd
objects from fda package).argvals
/ argvals<-
/ X
/ X<-
for accessing and setting slot values. The old functions getArgvals
/ setArgvals
/ getX
/ setX
are deprecated.autoplot
/ autolayer
for ggplot-type plotting (requires ggplot2, version 3.0.0). The old ggplot
function is deprecated.subset
and "["
for extractObs
to achieve better compatibility with R's standard API.print.summary
is now registered in NAMESPACE
.show
and str
to fit into the standard 80 columns terminal.Arith
functions with more examples for standard operatorsnames
, names<-
str
and summary
for all functional data classes.norm
is now based on function norm
in package base (no masking).meanFunction
and irregFunData
.ggplot
methods for all functional data classes.log()
or abs()
can be applied to all functional data classes.funData
to irregFunData
class via as.irregFunData
(useful e.g. for plotting).Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.