Displaying 15 results from an estimated 15 matches for "samoa".
Did you mean:
samba
2011 Oct 26
1
Using abline in lattice
Dear all,
being a relative beginner in R, I apologize for posting the second question
within two days.
So I want a stacked barchart, which should look like the one produced by
this code:
Tuvalu <- c(9,3,4,0,3,0,0)
Singapor <- c(38,0,0,0,12,19,0)
Samoa <- c(26,16,2,0,5,2,0)
PNG <- c(56,4,0,5,2,0,56)
Micronesia <- c(6,0,0,0,0,0,0)
graph4 <- data.frame(rbind(Tuvalu,Singapor,Samoa,PNG,Micronesia))
graph4$country <- c("Tuvalu","Singapore","Samoa","Papua New
Guinea","Micronesia")
graph4$...
2010 Jul 18
1
Reading files with varying number of columns
...4,09:30:05
>43,C,00232,2004-02-04,09:53:25,2.5,meters
>43,C,00232,2004-02-04,09:53:53,1.5,meters
>46,B,00301,2004-02-04,22:16:24
>46,B,00301,2004-02-04,22:19:32
>46,B,00258,2004-02-04,23:44:01
>46,B,00258,2004-02-04,23:44:28
?Tim Clark
Marine Ecologist
National Park of American Samoa
Pago Pago, American Samoa? 96799
2005 Apr 11
1
plotting Principal components vs individual variables.
...to change your subject and
replace 'Principle' by 'Principal'. I just can't stand it any longer...
OK, here is how I would solve your other problems. First put
> wh <- c("USA", "New Zealand", "Dominican Republic",
"Western Samoa", "Cook Islands")
> ind <- match(wh, row.names(running))
Now 'ind' has the indices of the special set as numbers. You need this
because although your data frame is indexed by the country names, your
'principal' [NB] component scores are not.
Plot the scores a...
2005 Apr 11
0
plotting Principle components vs individual variables.
...139.27
Thailand 10.39 21.09 47.91 1.83 3.84 15.23 32.56 149.90
Turkey 10.71 21.43 47.60 1.79 3.67 13.56 28.58 131.50
USA 9.93 19.75 43.86 1.73 3.53 13.20 27.43 128.22
USSR 10.07 20.00 44.60 1.75 3.59 13.20 27.53 130.55
Western Samoa 10.82 21.86 49.00 2.02 4.24 16.28 34.71 161.83
So I do the following
running2 <- running[c("USA","New Zealand", "Dominican Republic", "Western
Samoa", "Cook Islands"),]
I check running2 and it shows as this
list(running2)
[[1]]...
2010 Sep 27
2
Adding row name to dataframe
...eq(1,20,2)
y<-seq(20,1,-2)
xy<-data.frame(x,y)
xy<-rbind(xy,c(0,0))
#Threeattempts that fail
row.names(xy[11,])<-c("12")
rownames(xy[11,])<-c("12")
attr(xy[11,], "row.names")<-c("12")
?Tim Clark
Marine Ecologist
National Park of American Samoa
2010 Oct 11
2
(no subject)
..."i",
? pch=19, cex=.4,
? type="n")
? par(yaxp=c(as.POSIXct(as.character("02:00"),
format=c("%H:%M")),as.POSIXct(as.character("22:00"), format=c("%H:%M")),5))
? axis(2)
Thanks,
Tim
?Tim Clark
Marine Ecologist
National Park of American Samoa
2010 Sep 26
2
Changing x-axis on boxplot
...dd = TRUE,
??????? boxwex = 0.25, at = 1:3 + 0.2,
??????? subset = supp == "OJ", col = "orange")
legend(2, 9, c("Ascorbic acid", "Orange juice"),
?????? fill = c("yellow", "orange"))
?Tim Clark
Marine Ecologist
National Park of American Samoa
2010 Nov 11
1
Count continuous dates
...1/10/10",
????
"13/10/10","14/10/10","15/10/10","16/10/10","17/10/10","18/10/10","19/10/10","20/10/10")
x<-strptime(x,"%d/%m/%y")
Thanks!
Tim
?Tim Clark
Marine Ecologist
National Park of American Samoa
Pago Pago, AS 96799
2010 Oct 12
2
Memory limit problem
...55.0?? Max.?? :21.00?? Max.?? :??? 0?
> str(b.depth)
'data.frame':?? 15328 obs. of? 3 variables:
?$ x: num? -157 -157 -157 -157 -157 ...
?$ y: num? 21 21 21 21 21 ...
?$ z: num? -110 -114 -110 -88 -76 -122 -196 -224 -240 -238 ...
?
Tim Clark
Marine Ecologist
National Park of American Samoa
2010 Dec 12
4
legend not appearing in Word document
...5000,length.out=5)/1000),1)
????? plot(0, 0, type="n", axes=F, xlab="", ylab="")?? #New plot for legend
????? color.legend(0,0,1,1,col.labels, mycol, align="rb", gradient="y")?? #Adds
legend
?Tim Clark
Marine Ecologist
National Park of American Samoa
Pago Pago, AS 96799
2007 Mar 26
1
Handling Multiple Select Lists
...<select name="countryarray[]" multiple="multiple">
<option value="AF">Afghanistan</option>
<option value="AL">Albania</option>
<option value="GY">Alderney</option>
<option value="AS">American Samoa</option>
<option value="AD">Andorra</option>
<option value="AG">Antigua and Barbuda</option>
<option value="AM">Armenia</option>
<option value="AW">Aruba</option>
</select>
// Form Function
functi...
2011 Jan 31
3
List of all times zones in R
Hi all, in R I have?Sys.timezone() function to get the current working
Time zone. However I want to have a vector to get the list of all
available time zones, like say, LETTERS gives me all letters. Is there
any function like that?
Thanks in advance,
2011 Apr 17
3
timezone issue
hey list!
having a slightly odd time issue on one host... can I get some help with this?
This is the current time from a working system:
Sun Apr 17 00:28:18 EDT 2011
However from the problem system this is the time:
Sat Apr 16 20:30:01 EDT 2011
I have set the time zone as such:
lrwxrwxrwx 1 root root 23 Apr 16 19:41 /etc/localtime -> /usr/share/zoneinfo/EST
But when I run ntpdate
2006 Jul 18
2
how can I delete rows?
...NZL + +
134 Papua New Guinea PNG + +
135 Solomon Islands SLB - -
136 Tonga TON - -
137 Vanuatu VUT - -
138 Western Samoa WSM - -
---------------------------------
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
Probalo ya!
[[alternative HTML version deleted]]
2003 Mar 22
0
VIAGEM DANÇANTE AO RIO DE JANEIRO
TURISMO & EVENTOS
Luiz Guilherme 3031-7374 e Marcio Sorriso 9887-9141 S?o Paulo -SP
Em abril, M?rcio Sorriso e Luiz Guilherme promover?o uma inesquec?vel
viagem ? cidade maravilhosa. Ser? mais uma oportunidade para voc?
divertir-se conhecer ou rever lugares maravilhosos, fazer novos amigos e ?
claro, dan?ar e dan?ar... Muito! Voc? n?o pode deixar de participar. Leia
a