Displaying 20 results from an estimated 33 matches for "lecce".
Did you mean:
lecco
2023 Jul 18
2
Installation of R-4.3.1 with intel 2022
...t;> Thanks a lot,
>> Giuseppe.
>>
>> ???????????????????????????????????????
>> Giuseppe Cal?
>>
>> Fondazione CMCC
>> Centro Euro-Mediterraneo sui Cambiamenti Climatici presso Complesso
>> Ecotekne
>> Universit? del Salento - Strada Prov.le Lecce - Monteroni 73100 Lecce? IT
>> http://www.cmcc.it <http://www.cmcc.it/>
>> https://goo.gl/maps/wtahPDbNVen
>>
>> mobile: (+39) 3208190020
>> email: giuseppe.calo at cmcc.it
>>
>> Le informazioni contenute in questo messaggio di posta elettronica e
&g...
2011 Feb 11
1
Using merge
Hi,
I have two tables and I need to merge both. I use the merge command, but
in this way the name must be exactly. How I can make to compare
independently of upper or lower-case?
Look:
data1<-data.frame(journal=c("Ecology","Environmental
Entomology","Neotropical Biology And Conservation"))
2009 Sep 01
2
Simple question about data.frame reduction
Hi,
this is a simple question
I have this data.frame:
> test <-
data.frame(var1=c(1,1,1,1,1,1),var2=c("a","a","b","c","d","e"),var3=c("a1","a1","b1","a1","c1","d1"))
> test
var1 var2 var3
1 1 a a1
2 1 a a1
3 1 b b1
4 1 c a1
5 1
2023 Jun 20
1
Installation of R-4.3.1 with intel 2022
...ry-profiling --enable-BLAS-shlib --enable-R-shlib --enable-R-static-lib --with-pcre2
Thanks a lot,
Giuseppe.
???????????????????????????????????????
Giuseppe Cal?
Fondazione CMCC
Centro Euro-Mediterraneo sui Cambiamenti Climatici presso Complesso Ecotekne
Universit? del Salento - Strada Prov.le Lecce - Monteroni 73100 Lecce IT
http://www.cmcc.it <http://www.cmcc.it/>
https://goo.gl/maps/wtahPDbNVen
mobile: (+39) 3208190020
email: giuseppe.calo at cmcc.it
Le informazioni contenute in questo messaggio di posta elettronica e negli allegati se presenti sono riservate e confidenziali: ne ?...
2010 Dec 19
1
sum with times
Hi,
I have this vector:
> A <- c("00:00:36","00:02:18")
> A
[1] "00:00:36" "00:02:18"
I use as.difftime to convert this to time vector based
> B <- as.difftime(A)
> B
Time differences in secs
[1] 36 138
attr(,"tzone")
[1] ""
Now i try to make a sum
> sum(B)
Time difference of 174 secs
The sum is ok, but
2008 Sep 22
1
change the panel name in xyplot
Hi,
I try to change the panel name in a xyplot without success.
Look this example from xyplot manual:
xyplot(Murder ~ Population | state.region,data=states)
The panel title are:
Northeast, South, North Central, West, that are factor from state.region.
I need do change some names and, for example, put some of these in italic. I
dont find how change this.
I looking for this in Deepayan
2012 May 30
1
Automatically install package dependencies
Hi,
I have a R Package. It is working, but I can't that it install the
dependencies automatically. When I try to install I receive this message:
> install.packages("./RT4Bio_1.0.tar.gz",dependencies=TRUE)
Installing package(s) into '/usr/local/lib/R/site-library'
(as 'lib' is unspecified)
inferring 'repos = NULL' from the file name
ERROR: dependency
2010 Nov 17
1
Color on trellis device
Hi,
I try to make a xyplot withou colors. I try:
pdf(file="test.pdf")
trellis.device(color=F)
Depth <- equal.count(quakes$depth, number=8, overlap=.1)
xyplot(lat ~ long | Depth, data = quakes)
dev.off()
the graphic is showed without colors in a X device but it dont work
saving directly on pdf device.
How I made to put color off in trellis device?
Thanks
Ronaldo
--
2ยช lei - Na
2011 Apr 08
4
Very simple question
Hi,
I have a very simple doubt.
Look:
> teste <- c("A","B","C")
> teste2 <- paste(teste[1],teste[2],teste[3],sep="+")
> teste2
[1] "A+B+C"
>
How to make it automatic, like I try to use paste(teste,sep="+") but the
paste dont get the teste elements separately to join again in a unique
element.
Exist any
2011 Dec 13
2
Problem with package compilation
Hi,
I have a R package with some functions made all of then only with R
code. I use the command R CMD build to build a package that I can
install on linux, windows or mac, because all the code is only R code.
But I have some problems with R version. For each new R version I need
to rebuild the package to be install in this new version. It is possible
to make a package without this R Version
2009 Nov 25
1
Sampling dataframe
Hi,
I have a table like that:
> datatest
var1 var2 var3
1 1 1 1
2 3 1 2
3 8 1 3
4 6 1 4
5 10 1 5
6 2 2 1
7 4 2 2
8 6 2 3
9 8 2 4
10 10 2 5
I need to create another table based on that with the rules:
take a random sample by var2==1 (2 sample rows for example):
var1 var2 var3
1 1
2010 Apr 22
1
Help with tapply selection
Hi,
I try to create a data.frame from results of a tapply.
I have this results from tapply:
--------------------------
, , tapinom sp 1
1 2 3 4 5 6 7 8 9 10
1 NA NA NA NA NA NA NA NA NA NA
4 NA NA NA NA NA NA NA NA NA 4
5 NA NA NA NA NA NA NA NA NA NA
6 NA NA NA NA NA NA NA NA NA NA
7 NA NA NA NA NA NA NA NA NA NA
, , wasm sp 2
1 2 3 4 5 6 7 8 9 10
1 1 NA NA NA NA NA
2010 Aug 09
1
Different colour in each bar in lattice package
Hi,
I try to plot bars with different colours in a barchart graphic. My idea
is make that all X-Levels from trat var with different colour (grey
scale). I search for a solution but dont find any.
Any help?
Thanks
dados <- structure(list(Medias = c(0.994169096209855, 0.99416342412449,
0.974683544303797, 0.954430379746835, 0.669047619047619, 0.999999998475569,
0.994163424124514,
2007 Nov 12
2
R 2.6.0 & RMySQL
...lt;?)))>< <?)))>< <?)))>< <?)))><
Joachim Claudet - PhD
http://joachim.claudet.free.fr/
Skype: joachim.claudet
Laboratory of Zoology and Marine Biology
Department of Biological and Environmental Science and Technologies
University of Salento - via Monteroni 73100 Lecce, Italy
Phone: +39 0832 298853
Fax: +39 0832 298626
Email: joachim.claudet at gmail.com
<?)))>< <?)))>< <?)))>< <?)))>< <?)))>< <?)))>< <?)))>< <?)))><
2017 Sep 20
0
how many hosts could be down in a 12x(4+2) distributed dispersed volume?
After adding 3 more nodes you will have 6 nodes and 2 HD on each nodes.
It depends on the way you are going to add new bricks on the existing volume 'vol"
I think you should remember that in a given EC sub volume of 4+2, at any point of time 2 bricks could be down.
When you make 6 * (4+2) to 12 * (4+2) you have to provide path of the bricks you want to add.
Suppose you want to add 6
2018 Jan 02
1
"file changed as we read it" message during tar file creation on GlusterFS
...gluster.org>
>> http://lists.gluster.org/mailman/listinfo/gluster-users <http://lists.gluster.org/mailman/listinfo/gluster-users>
-------------------------
Mauro Tridici
Fondazione CMCC
CMCC Supercomputing Center
presso Complesso Ecotekne - Universit? del Salento -
Strada Prov.le Lecce - Monteroni sn
73100 Lecce IT
http://www.cmcc.it
mobile: (+39) 327 5630841
email: mauro.tridici at cmcc.it
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20180102/81485aa5/attachment.html>
2010 Feb 05
1
Lines in code
Hi,
I dont know if this a coding rule or a program bug.
When I write this function below it work:
a <- c(1,2)
for(i in a){
print(i)
}
[1] 1
[1] 2
But if I write this function with line space it dont work.
a <- c(1,2)
for(i in a){
print(i)
}
Error: unexpected '}' in "}"
I remember that in early R version this limitation dont exist.
This is a bus, a rule or a
2010 Apr 16
0
Help on rKward
Hi,
I'm testing rKward and it's become a great GUI for R on linux, mainly
for new linux users. I'm not a new linux user and I use Emacs for my own
R's script. But I always try new GUIs or IDEs for to recommend to my
students. The most dificult for new R and Linux users is: I have
installed R on my linux but I dont found the R icon. This happen because
R on linux have only the
2010 Apr 16
0
Yet Testing rKward
Hi,
I continue testing rKward. I dont know how to save the results from a
script execution without use copy and paste or using a rkward output system.
Now I try to understand how adapt my script do use the rKward output system.
Example:
I have this script:
----------------------
## Carregar a tabela de riqueza e equitabilidade
library(gdata)
dadosriq <-
2008 Aug 21
0
How to increase the iteration limit in lmer
Hi,
I have this message:
Warning message:
In mer_finalize(ans, verbose) :
iteration limit reached without convergence (9)
How to increase this limit?
I try control=list(maxit=1000) I try maxIter and it dont work.
Any idea
Thanks
Ronaldo
--
Opportunities are usually disguised as hard work, so most people don't
recognize them.
--
> Prof. Ronaldo Reis J?nior
| .''`.