search for: scrpt

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

Did you mean: script
2009 Apr 23
1
R 2.8.1 change user input color of R scrpt too
...e Preferences menu), the color of script background has been automatically changed but the color of user input has not. Has someone any useful advice for my (little) problem? Thanks in advance Matilde -- View this message in context: http://www.nabble.com/R-2.8.1-change-user-input-color-of-R-scrpt-too-tp23197473p23197473.html Sent from the R help mailing list archive at Nabble.com.
2011 Oct 04
1
Plotting a polygon with xyplot
Dear R helpers I would like to plot a string of points as a polygon in xyplot. I'm a bit lost as to how to get the points plotting in the correct order. I would also like some hints on how to render or fill the polygon. Scrpt below and data file attached Thanks Markm library("lattice") # set size of the window windows(height=7, width=10,rescale=c("fixed")) Data_poly<- read.table("111004_Lode_Outlines.csv",header = TRUE,sep = ",",) xyplot(z~y, data=Data_poly, type="...
2007 Aug 21
1
Domain Setup
Hello First time setup for a Linux PDC. Have done several Micro$ Keep getting these errors smb conf in body. I did the group add scrpt Not modfy as all the googiling I have found suggest. Can anyone Help Please. Thanks Mike Aug 21 21:24:37 ns2 smbd[14249]: create_builtin_users: Failed to create Users Aug 21 21:24:37 ns2 smbd[14248]: [2007/08/21 21:24:37, 0] auth/auth_util.c:create_builtin_users(758) Aug 21 21:24:37 ns2 smbd...
2016 Jun 29
2
External mail attachments storage cleanup
Hi! Thanks it worked! But only when I have a specific user instead wldcard (i mean -u *@example.org). Now I think I need to write a script that searches for users in the domain , and starts each of them this command . And apparently it is necessary to add to the cron job..
2006 Sep 07
4
How to setup a sweeper to restart stale or hung mongrel servers
How do I setup a sweeper to restart stale or hung mongrel servers? -- Jared Brown jaredbrown at gmail.com (765) 409-0875 7001 Central Ave Indianapolis, IN 46220 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20060907/0994017f/attachment.html
2018 Mar 15
3
hacer un paquete en R
Quizás me equivoco, pero creo que para lo que tú quieres sería más fácil que guardases su script con funciones en un documento .R y después cuando quieras usar esas funciones simplemente llames a tu documento con la función load de la siguiente forma: load("misfunciones.r") Un saludo El jue., 15 mar. 2018 18:26, Freddy Omar López Quintero < freddy.lopez.quintero en gmail.com>