Displaying 3 results from an estimated 3 matches for "crang".
Did you mean:
clang
2001 Sep 08
1
multiple fitted curves plot
Dear Rusers,
How would I plot several (24) fitted curves (nonlinear least squares)
within a single plot? To get the parameters I use:
resff <- list()
for (s in levels(PairID)) {
resff[[s]] <- nls(Photo ~ SSasymp(Ci, Asym, lrc, c0),
subset = (PairID == s))
}
Is it also possible to plot two different groups (male, female) of curves
in the same plot, with different style lines?
2014 Aug 25
2
[PATCH envytools] Fix range end to the last value of timing table.
---
nva/set_timings.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nva/set_timings.c b/nva/set_timings.c
index 7376486..985a707 100644
--- a/nva/set_timings.c
+++ b/nva/set_timings.c
@@ -506,7 +506,7 @@ shallow_dump(struct nvamemtiming_conf *conf)
if (conf->range.start == (unsigned char) -1)
conf->range.start = 0;
if (conf->range.end == (unsigned char) -1)
-
2009 Jun 03
11
Centos 5.3 -> Apache - Under Attack ? Oh hell....
Guys, apache cpus usage is hitting 100% sometimes ( to such an extent that its very noticeable) on a box with just 8 users or so.
i m getting this when i run 'top'. The worrying thing is seeing the work 'atack' under command
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
23119 apache 15 0 964 556 472 S 0.7 0.0 0:03.68 atack
23479 apache 15