timer: Measure the time and display original message.

Description Usage Arguments

View source: R/omake.R

Description

Measure the time and display original message.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
timer(
  StopTime,
  MESSAGE = "STOP!!",
  disp = T,
  units = "secs",
  cex = 5,
  font = 1,
  col = 1,
  family = ""
)

Arguments

StopTime

How long time you want to measure?

MESSAGE

What message U want to display when stop timer.

disp

logical. If FALSE, don't display the message.

units

time units. auto", "secs", "mins", "hours", "days", "weeks". The default is "secs".

cex

graphics parameter. expansion rate.

font

graphics parameter. font number.

col

graphics parameter. font colour.

family

graohics parameter.


takuizum/irtfun2 documentation built on May 10, 2020, 8:30 a.m.