some.sics: SOME SICS

Description Usage Arguments Value Examples

Description

some.sics creates a vector of coherently sics of same width.

Usage

1
2
some.sics(n.size = 100, n.first = 1, n.last = n.first + n.size - 1,
  digits = 1 + floor(log10(n.last)), prefix = "LI", postfix = "")

Arguments

n.size

count of sics that shall be created

n.first

first sic to be created

n.last

last sic to be created

prefix

a string written in front of the sic

postfix

a string written behind the sic

Value

character vector of sics

Examples

1
2
3
some.sics( n.first = 0, n.last = 110 )
some.sics( n.size = 9 )
some.sics( 10, prefix = "LIFE" )

TPeschel/hlpr4life documentation built on May 9, 2019, 2:25 p.m.