similar to: ff version 2.2.0

Displaying 5 results from an estimated 5 matches similar to: "ff version 2.2.0"

2000 Dec 19
0
usa() map
I was wondering if there was a map of the US similar to the usa() map in Splus? If anyone knows of one, or how to convert the Splus usa() map for use in R, I would greatly appreciate hearing from you. Thanks, Rich ==================================================== Richard M. Single, Ph.D. Dept. of Mathematics rsingle at smcvt.edu St. Michael's College (802)
2008 Jul 28
0
Vanishing work group on samba 2.2.8
Hello I have a small problem which I hope you can help with. We are running samba 2.2.8a on a V880 using Solaris 9. Up until today there were, as far as we know, no problems with the service. Today a change was done to add 6 additional shares to the system. This was done by editing the configuration file and issuing a kill -HUP to the samba service. All appeared to be OK until access was
2005 Jan 25
2
Testing preRelease 0.3
Hi all, I?ve updated my local repository with version from 05/01/26 0:00 CET My test - torrent is very active, so Azureus gets an average download of 40kb/s after a few seconds running, and up to 90kb/s after two minutes. Rubytorrent has not even 1 piece after fifteen minutes. It gets connected to 12 or 15 peers but the download ratio is always below 2kb/s. From my point of view there is a
2002 Aug 27
2
strange result from x[x!="NA"] (PR#1952)
Full_Name: Richard Single Version: 1.5.1 OS: Windows Submission from: (NULL) (132.198.176.82) In the latest Windows version the following syntax behaves differently than it did in version 1.4.0: x[x!="NA"] The results under R 1.4.0 agree with S. --Rich R 1.4.0 > x <- c(NA, 2, 3, NA) > x == "NA" [1] TRUE FALSE FALSE TRUE > is.na(x) [1] TRUE FALSE FALSE
2008 Nov 03
1
Sweave: side by side dynamic graphs
Hi all: I'm trying to create some side by side dynamic graphics on the same page but I am running into some problems. I am able to create side by side figures only if I import them into my PDF. see the example bellow: \documentclass[12pt]{article} \usepackage{color,cite,graphicx}% to put in axodraw \usepackage{latexsym,amssymb,epsf} \begin{document} %Import two figures side by side. Please