| block.list | R Documentation | 
Separates the input into blocks of equal size and returns the maximum or minimum of the block as result.
## S3 method for class 'list'
block(x, block.number = NULL, block.length = NULL,
  extreme.type = c("max", "min"), mc.cores = NULL)
x | 
 A list of objects of class xts.  | 
block.number | 
 Specifies the number of blocks the input data is going to be separated in. Default = NULL.  | 
block.length | 
 Length of the blocks. For the sake of simplicity the last block is not forced to match the length of the other plots. Default = NULL.  | 
extreme.type | 
 String specifying whether the maxima ("max") or minima ("min") of each block should be extracted. Default: "max".  | 
mc.cores | 
 A numerical input specifying the number of cores
to use for the multi core application of the function (see
  | 
If both the block.number and
block.length arguments are NULL, the data will be
split into annual blocks. If not, the
size of a block is determined by the block.length
argument or calculated via the block.number argument if
the previous one is set to NULL. For calculating the mean of
the blocks, please have a look at the ave
function.
This function can be applied to lists of xts class elements too.
Same class as the input.
Philipp Mueller
Other extremes: block.xts,
block, decluster.list,
decluster.xts, decluster,
extremal.index, gev.density,
gpd.density, qevd,
return.level.climex.fit.gev,
return.level.climex.fit.gpd,
return.level.list,
return.level.numeric,
return.level, revd,
rlevd, threshold.list,
threshold.xts, threshold,
upper.limit.climex.fit.gev,
upper.limit.climex.fit.gpd,
upper.limit.list,
upper.limit.numeric,
upper.limit
Other extremes: block.xts,
block, decluster.list,
decluster.xts, decluster,
extremal.index, gev.density,
gpd.density, qevd,
return.level.climex.fit.gev,
return.level.climex.fit.gpd,
return.level.list,
return.level.numeric,
return.level, revd,
rlevd, threshold.list,
threshold.xts, threshold,
upper.limit.climex.fit.gev,
upper.limit.climex.fit.gpd,
upper.limit.list,
upper.limit.numeric,
upper.limit
block( temp.potsdam )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.