Create a sp_lineend object that describes line end properties.
sp_lineend(type ="none", width ="med", length ="med")## S3 method for class 'sp_lineend'print(x,...)## S3 method for class 'sp_lineend'update(object, type, width, length,...)
Arguments
type: single character value specifying the line end type. Expected value is one of the following : default 'none'
or 'triangle' or 'stealth' or 'diamond'
or 'oval' or 'arrow'
width: single character value specifying the line end width Expected value is one of the following : default 'sm'
or 'med' or 'lg'
length: single character value specifying the line end length Expected value is one of the following : default 'sm'