BASE_I {sfcurve} | R Documentation |
Base patterns
Description
A list of pre-defined base patterns. See the Examples section.
Usage
BASE_I
BASE_J
BASE_R
BASE_L
BASE_U
BASE_B
BASE_D
BASE_P
BASE_Q
BASE_C
BASE_LIST
Format
An object of class sfc_base
of length 1.
An object of class sfc_base
of length 1.
An object of class sfc_base
of length 1.
An object of class sfc_base
of length 1.
An object of class sfc_base
of length 1.
An object of class sfc_base
of length 1.
An object of class sfc_base
of length 1.
An object of class sfc_base
of length 1.
An object of class sfc_base
of length 1.
An object of class sfc_base
of length 1.
An object of class list
of length 10.
Details
BASE_I
and BASE_J
are identical. They are only used to distinguish the two
"going forward" patterns for the level-1 units with 11/22 corner values, i.e. bottom-left to top-right, and bottom-right
to top-left.
Value
sfc_base
objects.
Examples
BASE_I
BASE_J
BASE_R
BASE_L
BASE_U
BASE_B
BASE_D
BASE_P
BASE_Q
BASE_C
draw_multiple_curves(
BASE_I, BASE_J, BASE_R, BASE_L, BASE_U,
BASE_B, BASE_D, BASE_P, BASE_Q, BASE_C,
nrow = 2
)
[Package sfcurve version 1.0.0 Index]