search for: beaufort

Displaying 20 results from an estimated 142 matches for "beaufort".

2008 Jan 07
1
msdfs problem
I think I've set up my msdfs correctly, but I keep getting the following message when I try to connect to it: [2008/01/07 05:00:45, 0] smbd/service.c:make_connection_snum(1003) '/etc/samba/xyz' does not exist or permission denied when connecting to [beaufort] Error was No such file or directory I have kahn in both hosts and lmhosts. Any suggestions on what I am doing wrong? root@Lethe:/etc/samba# ls -l -rw-r--r-- 1 root root 14 Jan 7 01:38 lmhosts -rw------- 1 root root 8192 Jan 6 00:36 secrets.tdb -rw-r--r-- 1 r...
2003 Oct 18
2
Oceanographic lattice plots?
...ch as panel.lowess(), because the smoothed values are on the horizontal axis, not the vertical axis. Before I start looking at and modifying the R code that makes up the relevant routines, I wonder if any reader has already developed R routines for this purpose? -- Michael Prager, Ph.D. NOAA Beaufort Laboratory Beaufort, North Carolina 28516 http://shrimp.ccfhrb.noaa.gov/~mprager/ ***
2008 May 30
4
Request: Documentation of formulae
...int, neither the section on "model formula" on p.56 of MASS nor the section surrounding the above example explains the notation, nor could I find it in Dalgaard's book, nor in Maindonald and Braun. This seems too nice a feature to keep hidden in plain sight. -- Mike Prager, NOAA, Beaufort, NC * Opinions expressed are personal and not represented otherwise. * Any use of tradenames does not constitute a NOAA endorsement.
2004 Jul 15
3
More on global environment
...data in the current working directory. 2. rm(list=ls()) to remove everything from the workspace. 3. setcwd("xxx") to set the new working directory. 4. load(".Rdata") to load the new workspace. -- Michael Prager, Ph.D. NOAA Center for Coastal Fisheries and Habitat Research Beaufort, North Carolina 28516 http://shrimp.ccfhrb.noaa.gov/~mprager/
2007 Jan 24
4
Text position in Traditional Graphics
...a line of text takes up a smaller fraction of the total Y span of the plotting region as the window gets larger. It seems this can be done with grid graphics, but although I plan to learn grid, I am hoping that for now, I can do this work with traditional graphics. Thanks! -- Mike Prager, NOAA, Beaufort, NC * Opinions expressed are personal and not represented otherwise. * Any use of tradenames does not constitute a NOAA endorsement.
2008 Dec 31
3
Plotmath with values?
...o has never written a parser nor taken a course in compilers -- what is needed is the nonexistent function "value" usable in plotmath expressions to produce the value of its argument, as plot(1:3, 1:3, main = ~ a == value(aa)) How can this be done? THANKS! -- Mike Prager, NOAA, Beaufort, NC * Opinions expressed are personal and not represented otherwise. * Any use of tradenames does not constitute a NOAA endorsement.
2002 Dec 23
1
Plot scales
...sides the usual data scale. I would like to set x and y as proportions of total plot size or something similar. Can anyone steer me to documentation on how to do it? -- Michael Prager, Ph.D. <Mike.Prager at noaa.gov> NOAA Center for Coastal Fisheries and Habitat Research Beaufort, North Carolina 28516 http://shrimp.ccfhrb.noaa.gov/~mprager/
2006 Sep 11
1
Command equivalent of rgui "File, Save to File"?
R 2.3.1 on Windows XP Professional. I am writing some scripts to generate examples. The Rgui menu item "File, Save to File" is helpful. Is there perhaps an equivalent R function that can be incorporated into a script? Mike Prager Southeast Fisheries Science Center, NOAA Beaufort, North Carolina USA
2007 Mar 16
1
Rownames are always character?
....4.1 on Windows) the function returns character vectors, not numbers (which is my desired result). I am using elements of the returned vector to index the matrix. e.g., nams <- rownames(mymat) for (thisnam in nams) { myvec <- mymat[thisnam, ] # ... more code ... } -- Mike Prager, NOAA, Beaufort, NC * Opinions expressed are personal and not represented otherwise. * Any use of tradenames does not constitute a NOAA endorsement.
2002 Aug 08
1
PR #1833 Clarification (PR#1890)
...l message was not clear. I point this out because installing the patch takes only 5 minutes, and this might help future users who experience similar problems. Thank you. -- Michael Prager, Ph.D. <Mike.Prager@noaa.gov> NOAA Center for Coastal Fisheries and Habitat Research Beaufort, North Carolina 28516 http://shrimp.ccfhrb.noaa.gov/~mprager/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the...
2007 Oct 17
2
Need help with function that includes 2 summation
...d can't figure out how. I am attaching the equation as a pdf file. This function will then be optimized over a chosen range of values, but right now I just need help with the function. Thank you. Zack Darnell Duke University -- Zack Darnell Duke University Marine Lab 135 Duke Marine Lab Rd. Beaufort, NC 28516 Tel: (252) 732-5727 Email: mzd2 at duke.edu -------------- next part -------------- A non-text attachment was scrubbed... Name: equation.pdf Type: application/pdf Size: 10971 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/20071017/45109be4/attachment....
2006 Feb 11
2
how do I "relate" tables in R?
...ut in my case data2 is 150,000 records long, so this approach is not efficient. Thanks for any help Jeff ****************************************** Jeffrey Moore, Ph.D. Postdoctoral Research Scientist Duke Center for Marine Conservation Duke University Marine Laboratory 135 Duke Marine Lab Road Beaufort, NC 28516 Phone: (252) 504-7653 Fax: (252) 504-7689 Email: jemoore@duke.edu ***************************************** [[alternative HTML version deleted]]
2005 Dec 20
4
Installing packages into updated R
...in updating an R installation is remembering which packages were installed previously. Has anyone written a script to inspect a previous installation, then get & install the same packages into the new installation? -- Michael Prager NOAA Center for Coastal Fisheries and Habitat Research Beaufort, North Carolina 28516 Opinions expressed are personal, not official. No government endorsement of any product is made or implied.
2008 Jul 18
3
Change font-face in title
Dear List, Is there a possibility to change the font-face for a part of the title of a plot? For example I have the following... plot(nirs, type="l", xlab="Wellenl?nge [nm]", col="darkslategray", main = "Spektrum Deschampsia caespitosa") ...and I would like to change the part of the title-string "Deschampsia caespitosa" to italics? Is
2008 Nov 24
4
Replace NaN with zero
I need help with replacing NaN with zero (the value '0') in my dataset. The reason is that I can't get it to graph because of the NaN in the dataset. I have tried: data[is.nan(data)] <- 0 that others have suggested in the help archives but this does nothing so I am not sure what I am doing wrong. Thanks in advance for your help. [[alternative HTML version deleted]]
2007 Mar 20
2
Ticks on barplots
...so I'm hoping for a method that doesn't require looking at the plot first. I have attached a PDF. # sample code (simplified) # mp <- barplot(t(N.age), xlab = "Year", axisnames = FALSE) axis(side = 1, at = mp, labels = rownames(N.age), tcl = -0.75) Thanks! Mike Prager NOAA, Beaufort, NC
2007 Jan 26
2
strange behaviour with equality after simple subtraction
hello, today while trying to extract data from a list for subsequent analysis, i stumbled upon this funny behavior on my system: > x<-c(0.1,0.9) > 1-x[2] [1] 0.1 > x[1] [1] 0.1 > x[1]==1-x[2] [1] FALSE > x[1]>1-x[2] [1] TRUE > x<-c(0.3,0.7) > x[1] [1] 0.3 > x[2] [1] 0.7 > 1-x[2] [1] 0.3 > x[1]==1-x[2] [1] FALSE but: >
2008 Nov 03
1
IWLS vs direct ML estimation
Hi, I am thinking about IWLS vs ML estimation. When I use glm() for a 2-parameter distribution (e.g., Weibull), I can otain the MLE of scale parameter given shape parameter through IWLS. Because this scale parameter usually converges to the MLE. In this point, I am wondering: i) can you say that the direct MLE, which is obtained by maximizing a likelihood function, is equalvant to the indirect
2004 Feb 05
2
I am totally lost on how to install R . . .
First . . . SUBSCRIBE (I want to subscribe to the list). Second, I am trying to install R on windows XP. In looking at the instruction manual I get the following: The simplest way is to use 'rw1081.exe' or 'miniR.exe'. Just double-click on the icon and follow the instructions. If you installed R this way you can uninstall it from the Control Panel. How do I get the
2006 Oct 28
2
Package development on Windows - latest guidance?
...has been discontinued by the author. What is the best way to get an R-compatible TeX installation for this work? (or might I get VTeX working -- its command line is idiosyncratic but it can create PDF, DVI, or HTML directly from LaTeX source)? Mike Prager Southeast Fisheries Science Center, NOAA Beaufort, North Carolina USA