Displaying 3 results from an estimated 3 matches for "rotorua".
Did you mean:
rotor
2005 Aug 03
1
NUT driver for fenton powerpal S1500
...nknown Series on /dev/ttyS0
Alternatively, does anyone know if the manufacturer is likely to be able
to offer any assistance. I checked out www.fentonups.com which led me
to send an email to support@metapo.com No response was received back
from my email.
thanks
Stuart Ramsdale
Manager
Rotorua Schools ICT Centre
Level 3, 1137 Haupapa St
PO Box 784
Rotorua
Ph 07 349 6070
mobile 027 406 2260
email stuart.ramsdale@rpa.school.nz
icq 9634574
or if you are really desperate, fax 07 3496076
2008 Aug 26
2
lattice plotting character woes
The following reproducable code shows the setting of my problem:
set.seed(260808)
n = 50
x = rnorm(n)
y = rnorm(n)
z = ceiling(runif(n,0,4))
g = runif(n,0,6)
G = factor(ceiling(g))
xyplot(y ~ x | G)
plsy <- trellis.par.get("plot.symbol")
plsy$pch = z
trellis.par.set("plot.symbol",plsy)
xyplot(y ~ x | G)
plsy$pch = as.character(z)
1999 Oct 10
1
Using metric scaling
...0 LAKE ROTOITI .510 .314 .314 .314 .549 .314 .510
.549
and so on down to
38 WHANGANUI INLET .788 .788 .788 .788 .788 .788 .788
.788
then beginning again with the next 8 columns
9 RAWENE .000
10 LAKE ROTOITI .223 .000
11 LAKE ROTORUA .223 .084 .000
and so on.
Can some tolerant person let me know the way to enter this into a distance
or symmetric matrix structure in R?
Also, in the 'eurodist' example given with cmdscale.html the plot gives the
point labels, but no symbol showing the location of the point....