search for: fctn

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

Did you mean: fct
2007 Feb 18
2
printing intermediate lines while in a function
Hi, I'm trying to make a function which does a lot of computational work and visualization work. This won't be a problem, but as things can get a lot of computational time, I would like to print what is going on, but also instructions about what the user should do. A small example: fctn <- function(data.df){ cat("Calculating linear regression \n") data.lm <- lm(y~x,data.df) cat("Calculating ANOVA \n") data.aov<- aov(data.lm) cat("Plotting graphs \n") plot(y~x, data.df) cat("Click on the graph to set X and Y li...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and