crop_vect: crop a vector on the extent of a different spatial file

Description Usage Arguments Details Value See Also Examples

View source: R/crop_vect.R

Description

Function allowing to crop an input vector object or shapefile on the extent of a different spatial object. in_vect must be an *sp, *sf object or vector file, while in_obj should be a valid spatial object (sp, sf, vector file, raster or rasterfile)

Usage

1
crop_vect(in_vect, in_obj, to_file = FALSE, as_sp = FALSE)

Arguments

in_vect

PARAM_DESCRIPTION

in_obj

PARAM_DESCRIPTION

to_file

PARAM_DESCRIPTION, Default: FALSE

as_sp

PARAM_DESCRIPTION, Default: FALSE

Details

DETAILS

Value

OUTPUT_DESCRIPTION

See Also

proj4string

Examples

1
2
3
4
## Not run: 
 #EXAMPLE1
 
## End(Not run)

IREA-CNR-MI/sprawl documentation built on May 27, 2019, 1:12 p.m.