keywait: Waits until enter key is pressd.

Description Usage Examples

Description

Waits until enter key is pressd.

Usage

1

Examples

1
2
3
4
5
6
f <- function(n){
  mat <- matrix(runif(n**2,n,n))
  plot(mat); keywait()
  image(mat)
}
f(3)

hosscine/myfs documentation built on May 25, 2019, 6:20 p.m.