Displaying 5 results from an estimated 5 matches for "evalvis".
Did you mean:
elvis
2007 Aug 23
2
read big text file into R
...0.0 0.08 0.1
"tryCatchOne" 0.00 0.0 0.08 0.1
"capture.output" 0.00 0.0 0.06 0.0
"deparse" 0.00 0.0 0.02 0.0
"eval.with.vis" 0.00 0.0 0.02 0.0
"evalVis" 0.00 0.0 0.02 0.0
"print" 0.00 0.0 0.02 0.0
$by.total
total.time total.pct self.time self.pct
"read.table" 154.28 99.9 1.60 1.0
"read.delim" 154.28...
2013 Sep 22
1
type="message" possibility for capture.output() ?
...be NULL, a character string or a connection")
- sink(file)
+ sink(file,type=type)
## for error recovery: all output will be lost if file=NULL
- on.exit({sink(); if(closeit) close(file)})
+ on.exit({sink(type=type); if(closeit) close(file)})
pf <- parent.frame()
evalVis <- function(expr)
@@ -50,7 +52,7 @@
}
## we need to close the text connection before returning 'rval'
on.exit()
- sink()
+ sink(type=type)
if(closeit) close(file)
if(is.null(rval)) invisible(NULL) else rval
}
2012 Jan 11
2
Vegan(ordistep) error: Error in if (aod[1, 5] <= Pin) { : missing value where TRUE/FALSE needed
...Pin = 0.05, Pout = 0.1) at
RDAPARTIALSexandAgeConnectandGEOGraphy2.R#86
8: eval(expr, envir, enclos) at RDAPARTIALSexandAgeConnectandGEOGraphy2.R#86
7: eval(expr, pf) at RDAPARTIALSexandAgeConnectandGEOGraphy2.R#86
6: withVisible(eval(expr, pf)) at
RDAPARTIALSexandAgeConnectandGEOGraphy2.R#86
5: evalVis(expr) at RDAPARTIALSexandAgeConnectandGEOGraphy2.R#86
4: capture.output(ordistep(myrda0, scope = formula(myrda1), direction =
"both",
Pin = 0.05, Pout = 0.1)) at
RDAPARTIALSexandAgeConnectandGEOGraphy2.R#86
3: eval.with.vis(expr, envir, enclos)
2: eval.with.vis(ei, envir)
1:
source(...
2012 Jan 10
0
Error message in vegan ordistep
...Pin = 0.05, Pout = 0.1) at RDAPARTIALSexandAgeConnectandGEOGraphy2.R#86
8: eval(expr, envir, enclos) at RDAPARTIALSexandAgeConnectandGEOGraphy2.R#86
7: eval(expr, pf) at RDAPARTIALSexandAgeConnectandGEOGraphy2.R#86
6: withVisible(eval(expr, pf)) at RDAPARTIALSexandAgeConnectandGEOGraphy2.R#86
5: evalVis(expr) at RDAPARTIALSexandAgeConnectandGEOGraphy2.R#86
4: capture.output(ordistep(myrda0, scope = formula(myrda1), direction = "both",
Pin = 0.05, Pout = 0.1)) at RDAPARTIALSexandAgeConnectandGEOGraphy2.R#86
3: eval.with.vis(expr, envir, enclos)
2: eval.with.vis(ei, envir)
1: sourc...
2012 Feb 06
0
How do I get the CEM (coarsened exact matching) package to run?
...ss 0x11000080, cause 'memory not mapped'
Traceback:
1: sys.parent()
2: sys.function(sys.parent())
3: formals(sys.function(sys.parent()))
4: match.arg(type)
5: sink()
6: args(cem)
7: print(args(cem))
8: eval(expr, envir, enclos)
9: eval(expr, pf)
10: withVisible(eval(expr, pf))
11: evalVis(expr)
12: capture.output(print(args(cem)))
13: paste(capture.output(print(args(cem))), collapse = "")
14: gsub("\\s+", " ", paste(capture.output(print(args(cem))), collapse = ""))
15: doTryCatch(return(expr), name, parentenv, handler)
16: tryCatchOne(expr, na...