Hi,
If you have Python running on your system you could create this script
(graphics.py):
import win32api
import win32con
import win32gui
def windowEnumerationHandler(hwnd, windowlist):
windowlist.append((hwnd, win32gui.GetWindowText(hwnd)))
mywindows = []
win32gui.EnumWindows(windowEnumerat
No, I get the same error message there...
--
This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com
http://www.opensubscriber.com/message/r-help@r-project.org/8476734.html
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mai
Hello,
I'm having problems reading a shapefile with read.shape (maptools). I'm
absolutely sure my file is there, but I get "no such file". The wd is ok, since
read.table for example does find the file.
> getwd()
[1] "D:/somedirectory/R scripts"
> read.table("cities.shp")
Error in read.table("ci
I'm trying to fit a function y=k*l^(m*x) to some data points, with reasonable
starting value estimates (I think). I keep getting "singular matrix 'a' in
solve".
This is the code:
ox <- c(-600,-300,-200,1,100,200)
ir <- c(1,2.5,4,9,14,20)
model <- nls(ir ~ k*l^(m*ox),start=list(k=10,l=3,m=0.004
Thanks guys, that's exactly what I was looking for!
Pieter
--
This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com
http://www.opensubscriber.com/message/r-help@r-project.org/8030546.html
__
R-help@r-project.org mailing list
https:
Here's an example of my problem:
modelledprofile <- c(7.072289e-01, 2.625354e-01, 2.932886e-02, 8.986474e-04,
8.155270e-06, 2.537943e-08, 3.137954e-11, 1.729522e-14, 4.579875e-18,
6.069698e-22, 4.100828e-26, 1.423359e-30, 1.272139e-35, 5.449925e-46,
1.431925e-57, 1.629660e-70)
depthnames <-
c
Hello,
I'm trying to find out how I can move the y axis label of a horizontal barplot
further away from the axis, in order to avoid overlap between the names (which
I have rotated using las=1) and the label. I have been fiddling with the
graphical parameters but nothing seems to work. Maybe a g
7 matches
Mail list logo