formenu: tiny function for navigating pages of plots mainly

View source: R/formenu.r

formenuR Documentation

tiny function for navigating pages of plots mainly

Description

tiny function for navigating pages of plots mainly

Usage

formenu(f = function(i) {
    print(i)
})

Arguments

f

this is the function you want to iterate

Details

Sometimes I have a big for loop with a bunch of diagnostic plots and a readline() at the end. Use this instead you can go forward and back and skip all around. Some basic error checking.


williamcioffi/chf documentation built on June 9, 2022, 5:38 p.m.