Displaying 8 results from an estimated 8 matches for "thinkanim".
Did you mean:
thinkanimal
2008 Jul 18
3
Change font-face in title
...ith using text()...but that would be ugly...
System: Both Linux and Windows, R-Version 2.7.1
Thanks in advance,
Albin Blaschka
--
---------------------------------------------------------------------
| Albin Blaschka, Mag. rer.nat - Salzburg, Austria
| http://www.albinblaschka.info http://www.thinkanimal.info
| It's hard to live in the mountains, hard, but not hopeless!
2008 Sep 25
2
ggplot, qplot in loop
...sql-statements), the
respective graphic is produced, but put together in the loop, it does not...
OS: WinXP, R version 2.7.0 (2008-04-22)
What do I have missed?
Thank you in advance,
Albin
--
| Albin Blaschka, Mag.rer.nat.
| Etrichstrasse 26, A-5020 Salzburg
| * www.albinblaschka.info * www.thinkanimal.info *
| - It's hard to live in the mountains, hard but not hopeless!
2012 May 09
2
plot betadisper, change of pch
...lyr_1.7.1 MASS_7.3-16
vegan_2.0-3 permute_0.7-0 RPostgreSQL_0.3-2
[8] DBI_0.2-5
loaded via a namespace (and not attached):
[1] grid_2.15.0 lattice_0.20-6 tools_2.15.0
--
| Albin Blaschka, Mag.rer.nat.
| Etrichstrasse 26, A-5020 Salzburg
| * www.albinblaschka.info * www.thinkanimal.info *
| - It's hard to live in the mountains, hard but not hopeless!
2011 Oct 19
1
Cairo creates italized plots?
Hi,
Has anyone else run into this weird behaviour where the text in the plots
created using Cairo are always italicized. For example,
library(Cairo)
Cairo(file='cairo_created', type='pdf', dpi=100)
plot(1:10)
dev.off()
This produces the following attached 'cairo_created.pdf' graph. Notice how
the text is italicized. The same code but using pdf() as the graphics
2010 Mar 09
3
Help! I turned my data into junk!
I posted my data for a midterm into notepad and it turned into symbols. The
other bit I posted turned out just fine, but for some reason this one messed
up. I need this stuff for a class. Anyone know how to get my data back.
Please help soon!
--
View this message in context: http://n4.nabble.com/Help-I-turned-my-data-into-junk-tp1585481p1585481.html
Sent from the R help mailing list archive
2008 May 05
2
RODBC and schemas
I have found that the "schema.table" syntax used in Postgresql (and
Oracle) does not work directly with RODBC.
This works
library(RODBC)
con<-odbcConnect("mydb")
d<-sqlQuery(con,"select * from meso.trees")
However this does not.
d<-sqlFetch(con,"meso.trees")
Error in odbcTableExists(channel, sqtable) :
?meso.trees?: table not found on channel
2008 Jul 23
2
Using RODBC to use SQL queries
Hello,
I am new to the RODBC package, but I have looked over the PDF as well as a few websites that go over the SQL language. I can connect to my database fine using
>channel<-odbcConnect("Oracle ODBC")
# then am prompted to enter my user id and password
After that I'd like to use the odbcQuery function and the SQL statement:
SELECT * FROM table_name WHERE SAMPLE_YEA LIKE
2008 Sep 24
1
qplot, stacked area, own colourscheme
...;Development of cover, ZU-316",
ylab="projective Cover[%]", xlab = "Year")
myplot + geom_area(colour = mycolours)
What am I doing wrong?
Thank you in advance,
Albin
--
| Albin Blaschka, Mag.rer.nat.
| Etrichstrasse 26, A-5020 Salzburg
| * www.albinblaschka.info * www.thinkanimal.info *
| - It's hard to live in the mountains, hard but not hopeless!