?try
On Thu, Oct 16, 2008 at 4:46 PM, hgreatrex <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Is there any way that I can supress error messages so that they don't stop
> for loops running?
>
> I'm using the gstat package and have created a variogram model for the
> double exponential model:
>
>"dexp
Hello,
I have encountered some unexpected behaviour with levelplot that may
simply be a misunderstanding on my part.
If I create a levelplot from a matrix with named columns, some
"padding" space appears at the top and bottom of the heatmap. Here is
an example, and I've used panel.fill t
On 10/16/08, Paul Boutros <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have encountered some unexpected behaviour with levelplot that may simply
> be a misunderstanding on my part.
>
> If I create a levelplot from a matrix with named columns, some "padding"
> space appears at the top and bottom of t
Em Qui, 2008-10-16 às 22:31 +0200, Himanshu Ardawatia escreveu:
> Hello,
>
> I am running Kruskal-Walis test in R. When I try to save results using
> write.table it gives me the following error :
>
> Error in as.data.frame.default(x[[i]], optional = TRUE, stringsAsFactors =
> stringsAsFactors) :
Dear Himanshu,
Try ?sink() :
data_file.out <- krukal.test(data_file)
sink("~/DATA/results/data_file_out.txt")
data_file.out
sink()
HTH,
Jorge
On Thu, Oct 16, 2008 at 4:31 PM, Himanshu Ardawatia
<[EMAIL PROTECTED]>wrote:
> Hello,
>
> I am running Kruskal-Walis test in R. When I try to save r
All -
When I plot something like
a<-rnorm(5)
b<-rnorm(5)
plot(a,b,col = "red")
points(10,-10)
The last point is missing because it is out of
range of the first plot.
I just try to switch from Matlab to R. In Matlab,
it always can automatic adjust the xlim and ylim
for such case.
Is it possi
Bars are corresponding to bins, and the bin-width for lines is 0;
please tell me what is the "frequency" at a fixed point (rather than
over an interval)?
Regards,
Yihui
--
Yihui Xie <[EMAIL PROTECTED]>
Phone: +86-(0)10-82509086 Fax: +86-(0)10-82509086
Mobile: +86-15810805877
Homepage: http://www.y
Thank you all! This is a great course on Lattice par settings (though
not answering the question)!
And a truly must have: Lattice: Multivariate Data Visualization with R
(Use R).
Thank you Dr. Sarkar!
Here's it all summed up.
#Looking at lattice par settings:
library(lattice)
str(trellis.par.get
101 - 108 of 108 matches
Mail list logo