Learn R Programming

sfcurve (version 1.0.0)

BASE_I: 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

Arguments

Value

sfc_base objects.

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.

Examples

Run this code
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
)

Run the code above in your browser using DataLab