search for: type_1

Displaying 3 results from an estimated 3 matches for "type_1".

Did you mean: type1
2013 Jan 29
1
points rejected as lying outside the specified window
...]@Polygons # ppp(x.coordinates, y.coordinates, x.range, y.range) coords<-slot(x[[1]],"coords") coords coords<-coords[19:1,] coords<-coords[-1,] coords u<-myfile$type==0 Type_0<-ppp(myfile$X[u],myfile$Y[u], window=owin(poly=list(x=coords[,1],y=coords[,2]))) Type_1<-ppp(myfile$X[!u],myfile$Y[!u], window=owin(poly=list(x=coords[,1],y=coords[,2]))) ERROR Message: Warning message: In ppp(myfile$X[u], myfile$Y[u], window = owin(poly = list(x = coords[, : 217 points were rejected as lying outside the specified window Warning message: In ppp(...
2013 Jun 10
1
Sending Email with Attachment
...he code which I am using is given below: Code : library("sendmailR") from <- "abcd@outlook.com" to <- <mailto:efgh@gmail.com> efgh@gmail.com subject <- "Run at" mailControl = list(smtpServer="blu-m.hotmail.com") attachment <- "type_1.pdf" attachmentName <- "target_score.pdf" attachmentObject <- mime_part(x= attachment,name= attachmentName) body <- "Email Body" bodywithAttachement <- list(body, attachmentObject) sendmail(from=from,to=to,subject=subject,msg= bodywithAttachement,control=mailCon...
2008 Jan 14
0
Ajax Problem
...g Jquery on jrails. I used ajax to submit for one textbox. I want to put an image when ajax is calling. But i''m getting problem here. Please solve my problem.Here is the part of code <label>Prouct Category</label><br/> <%#= collection_select("product", "type_1" , product_types, "product_type","product_type") %> <%= collection_select("product", "type_1" , @product_types,"product_type","product_type") %> <%= text_field "products", "product_type", :size=>25 %...