Displaying 4 results from an estimated 4 matches for "maresch".
Did you mean:
maresca
2013 Mar 12
1
Request for more flexibility in heatmap() width / height ratio
...ould be replaced by a single "ratio"
argument, as the function is using relative layout values ("width = 0.5 /
height = 1" and "width = 1 / height = 2" have the same effect).
So, is there a chance to see this behavior in a future R version or not ?
Regards,
Sylvain Mareschal
[[alternative HTML version deleted]]
2011 Jun 19
0
ODB : connecting OpenOffice Base with R
...copied in a temporary directory, thus any
update made to the database is not written in the .odb file untill the
odb.close call, so simultaneous access to a same database (via R and
OpenOffice) should not be considered.
Any suggestion or comment may be sent back to this email adress.
Sylvain Mareschal
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2011 Jun 19
0
ODB : connecting OpenOffice Base with R
...copied in a temporary directory, thus any
update made to the database is not written in the .odb file untill the
odb.close call, so simultaneous access to a same database (via R and
OpenOffice) should not be considered.
Any suggestion or comment may be sent back to this email adress.
Sylvain Mareschal
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2012 May 20
3
dot - comma problem
Dear all
I am trying to use the ODB package to connect to an libreoffice-odb database.
The libreoffice package is german, thus, decimal separator is a comma. However,
I can open the database and upload a it without error,
library(ODB)
db <- odb.open("Test.odb")
but a soon as the "odb.open" command is executed, the decimal separator in R
is changed to comma.
Before