search for: figlist

Displaying 2 results from an estimated 2 matches for "figlist".

Did you mean: siglist
2012 Oct 30
1
print and execute functions in a package namespace
...g something like # print and run a figure function onefig <- function(fig) { cat("Figure:") # how to get name of fig function? print(fig) fig() } lapply(list(fig1, fig2, fig3), onefig) But I need to work with the names of the figure functions instead, something like figlist <- paste0("fig", 1:3) # using figure name onefig2 <- function(fig) { cat("Figure:", fig, "\n") print(body(fig)) eval(parse((paste0(fig,'()')))) # doesn't work } As well, I need to be able to find all functions in the package namesp...
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
...: illegal option -- F\n",myname); - printusage(stderr); - fprintf(stderr,"\nBecause of numerous incompatibilities, the"); - fprintf(stderr," \"-F\" option has been\n"); - fprintf(stderr,"removed. It has been replaced by the \"figlist\""); - fprintf(stderr," program, which is now\n"); - fprintf(stderr,"included in the basic FIGlet package. \"figlist\""); - fprintf(stderr," is also available\n"); - fprintf(stderr,"from http://www.figlet.org/&quot...