are any of the subsets all NA?

On Tue, Jul 8, 2008 at 1:39 PM, Paul Adams <[EMAIL PROTECTED]> wrote:

> Hello everyone,
> I am trying to plot an MvA plot with the following code:
> dat<-read.table(file="C:\\Documents and Settings\\.....txt",header=T)
> file.show(file="C:\\Documents and Settings\\Ow.......txt")
> library(sma)
> data(MouseArray)
> dat.o<-as.list(dat)
> dat.o$R.2<-as.matrix(dat[,c(1:5)])
> dat.o$G.2<-as.matrix(dat[,c(6:10)])
> dat.o$Gb.2<-as.matrix(dat[,c(11:15)])
> dat.o$Rb.2<-as.matrix(dat[,c(16:20)])
> dat.o<-dat.o[c(c(1:5)[5],c(6:10)[5],c(11:15)[5],c(16:20)[5])]
> dim(dat.o$R.2);dim(dat.o$G.2);dim(dat.o$Rb.2);dim(dat.o$Gb.2)
> plot.mva(dat.o,layout=mouse.setup,norm="n",plot.type="n",image.id=5)
> But I get the following error message:
> "error in plot window--need finite 'xlim' values"
> 2.In min(x) : no non missing argument to min---returning inf
> 3.In mas(x) : no non missing arguments to max---returning -inf
>  4.In min(x0 : no non missing arguments to min--returning inf
> 5.In max(x)  :no non missing arguments to max--returning -inf
> Any help would be appreciated
> Thanks
> Paul
>
>
>
>        [[alternative HTML version deleted]]
>
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
>


-- 
Let's not spend our time and resources thinking about things that are so
little or so large that all they really do for us is puff us up and make us
feel like gods. We are mammals, and have not exhausted the annoying little
problems of being mammals.

-K. Mullis

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
  • [R] Plot Paul Adams
    • Re: [R] Plot stephen sefick

Reply via email to