Displaying 10 results from an estimated 10 matches for "cicimar".
Did you mean:
cichar
2007 Jun 12
2
barplot and map overlay
...cific locations on the map, namely
at the center of "statistical squares".
I´ve seen an example in Paul Murrell´s "R Graphics" book that seems appropriate
(grid package), but a bit complicated.
Thanks a lot for any advice.
Héctor
--
Héctor Villalobos <hvillalo@ipn.mx>
CICIMAR - IPN
A.P. 592. Col. Centro
La Paz, Baja California Sur, MÉXICO. 23000
Tels. (+52 612) 122 53 44; 123 46 58; 123 47 34 ext. 2425
Fax. (+52 612) 122 53 22
[[alternative HTML version deleted]]
2010 Jan 19
4
coping with a warning in if()
...result %in% c("simple", "s", "complete", "c")) ){
stop("specify type of result 'simple' or 'complete'")
} else {
res <- rnorm(n)
res
}
Thanks for your time
H?ctor
--
H?ctor Villalobos <hvillalo at ipn.mx>
CICIMAR - IPN
A.P. 592. Col. Centro
La Paz, Baja California Sur, M?XICO. 23000
Tels. (+52 612) 122 53 44; 123 46 58; 123 47 34 ext. 82425
Fax. (+52 612) 122 53 22
2009 Aug 10
1
manipulating text to generate different formulas to use in nls()
...f1=1/inip$period[1], f2=1/inip$period[2],
f3=1/inip$period[3], f4=1/inip$period[4]) )
## not run. These two will be used in
res <- nls(modl, data=data.frame(y, x), start=initP)
Thank you in advance for any insigth.
H?ctor
--
H?ctor Villalobos <hvillalo at ipn.mx>
CICIMAR - IPN
A.P. 592. Col. Centro
La Paz, Baja California Sur, M?XICO. 23000
Tels. (+52 612) 122 53 44; 123 46 58; 123 47 34 ext. 82425
Fax. (+52 612) 122 53 22
2009 Jan 19
2
plotting arrows with different colors and varying head size
...ted
States.1252;LC_MONETARY=English_United
States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base
other attached packages:
[1] car_1.2-9 hdf5_1.6.7
--
Héctor Villalobos <hvillalo@ipn.mx>
CICIMAR - IPN
La Paz, Baja California Sur, MÉXICO
[[alternative HTML version deleted]]
2002 Apr 17
1
zero center a group of variables
...o
both group variables become centered to mean zero?
Thanks in advance for your help
H?ctor
...................................................
H?ctor Villalobos
Depto. de Pesquer?as y Biolog?a Marina
Instituto Polit?cnico Nacional - Centro
Interdisciplinario de Ciencias Marinas
(IPN-CICIMAR)
A.P. 592. Col. Centro
La Paz, Baja California Sur, M?XICO. 23000
Tel.: (+52 612) 122 53 44 ext. 2426
Fax.: (+52 612) 122 53 22
....................................................
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read...
2005 Jun 03
1
Reading biplot function's source code
...unction (x, ...)
UseMethod("biplot")
with no further details....
I'd like to read the code to see if it is possible to
display arrows only for some "significant" variables to
avoid cluttering. Thank you in advance.
--
H??ctor Villalobos <hvillalo at ipn.mx>
IPN-CICIMAR. A.P. 592. Col. Centro
La Paz, Baja California Sur, M??XICO. 23000
2010 Apr 15
0
nested (hierarchical) anova
...econd row in the two way anova:
summary( aov(cChol ~ drug + dsource, data=zar) )
In order to avoid confussion in our students (and myself!) I wonder if we can obtain the
desired results in one step?
Thank you in advance for your kind help.
Héctor
--
Héctor Villalobos <hvillalo@ipn.mx>
CICIMAR - IPN
A.P. 592. Col. Centro
La Paz, Baja California Sur, MÉXICO. 23000
Tels. (+52 612) 122 53 44; 123 46 58; 123 47 34 ext. 82425
Fax. (+52 612) 122 53 22
[[alternative HTML version deleted]]
2008 Nov 27
2
as.numeric in data.frame, but only where it is possible
Hi,
I would like to convert my "character" sequences in my matrix/
data.frame into "numeric" where it is possible.
I would also like to retain my alphabetic character strings in their
original forms.
"5.1" > 5.1
"hm" > "hm"
k<-matrix(c("aa", "bb", 1,2, 4.3, 0), nrow=2)
mode(k) <- "numeric"
#
2009 Dec 02
4
problems installing R packages
Hi,
I?m trying to install new package in R (version 2.4.0) under windows vista
and i have problems. I always receive the same message:
Erro en zip.unpack(pkg, tmpDir) : no fue posible abrir el archivo
'C:/Program Files/R/R-2.4.0/library/file2019500d/mprobit/libs/mprobit.dll'
It can?t open the file.
I check the compatibility with the version and is ok, I have no idea where's
the problem
2010 Apr 15
4
Does "sink" stand for anything?
Hello Everyone,
Learning about R and its wonderful array of functions. If it's not obvious, I usually try to find out what a function stands for. I think this helps me remember better.
One function that has me stumped is "sink." Can anyone tell me if this stands for something?
Thanks,
Paul
__________________________________________________
[[alternative HTML