slice {fastai}R Documentation

Slice

Description

Slice

Usage

slice(...)

Arguments

...

additional arguments

Details

slice(start, stop[, step]) Create a slice object. This is used for extended slicing (e.g. a[0:10:2]).

Value

sliced object


[Package fastai version 2.2.2 Index]