Description Usage Arguments Author(s) Examples
A simple but useful debugging function. It first announces the object to printed and then prints it.
1 |
x |
The object to be printed |
method |
The method for printing |
Hein Putter H.Putter@lumc.nl
1 2 3 4 5 | tm <- c(0.2,0.5,1,1.2,1.8,4)
ta <- 2*tm
dfr <- data.frame(time=tm, stepf=ta)
deb(dfr, method="print")
deb(tm, method="cat")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.