search for: creatyed

Displaying 6 results from an estimated 6 matches for "creatyed".

Did you mean: created
2011 Nov 07
1
repeating a loop
..."BoxplotsFilename", type = "jpeg", device = dev.cur(), restoreConsole = TRUE)     RepeatPlot <- readline(prompt = "Would you like to create another boxplot for any Feature? (y/n):") } If the user inputs "y" for BoxplotsCheck then a boxplot is saved and creatyed based on a user choice. I want to include the option to do another boxplot if needed (i.e. another user prompt after saveplot returning another y or n for the variable "RepeatPlot "  ) how can i do this. I guess some kind of loop continuing whileRepeatPlot == y Can anyone help [[alter...
2007 Jun 20
4
finding roots of multivariate equation
Hello, I want to find the roots of an equation in two variables. I am aware of the uniroot function, which can do this for a function with a single variable (as I understand it...) but cannot find a function that does this for an equation with more than one variable. I am looking for something implementing similar to a Newton-Raphson algorithm. Thanks. -- Bill Shipley North American Editor for
2004 Jun 09
2
Help with a Lattice plot that fails with an empty unique combination
While using Lattice I received the following error. Error in if (xx != 0) xx/10 else z/10 : argument is of length zero In addition: Warning messages: 1: is.na() applied to non-(list or vector) in: is.na(x) 2: is.na() applied to non-(list or vector) in: is.na(x) 3: no finite arguments to min; returning Inf 4: no finite arguments to max; returning -Inf 5: NaNs produced in: log(x, base) Can anyone
2004 Jun 09
2
Help with a Lattice plot that fails with an empty unique combination
While using Lattice I received the following error. Error in if (xx != 0) xx/10 else z/10 : argument is of length zero In addition: Warning messages: 1: is.na() applied to non-(list or vector) in: is.na(x) 2: is.na() applied to non-(list or vector) in: is.na(x) 3: no finite arguments to min; returning Inf 4: no finite arguments to max; returning -Inf 5: NaNs produced in: log(x, base) Can anyone
2002 Feb 22
1
ext3 and lsdel
Hello, I had the same experience than the one described in: https://listman.redhat.com/pipermail/ext3-users/2001-March/000384.html lsdel in debugfs doesn't show inodes from files that have been deleted while the fs was mounted as ext3. Stephen said in this thread that handling this case was planned for the 2.4 port of ext3. Can we expect this feature to be added ? -- fabrice
2001 Jun 12
1
Mounting / as ext3 when ext3 is modularized in 2.4
Hello, I recently switched from 2.2 to 2.4 kernel. Each partition already contains a journal. I tried kernel-2.4.5-0.2.9 from RedHat Rawhide, where ext3/jbd is modularized. For the people who want to try this kernel, you first need to rebuild it, and enable CONFIG_JBD_DEBUG. This solves an unresolved symbol in jbd.o which prevents ext3 to load. (This issue will be solved in next RawHide) My