Displaying 4 results from an estimated 4 matches for "thankpad".
Did you mean:
thanked
2009 Apr 10
3
wifi card shows in device manager , but cant configure wifi
hi ,
i just finished installing Cent OS 5.2 x64 on my thankpad
my hardware list shows the following
Atheros Communications Inc.
AR5212 802.11abg NIC
but when im trying to set up wireless network i cannot find the appropriate
wifi card.. when adding wifi connection
pls help
many thanks,
Sumit.
-------------- next part --------------
An HTML attachment was sc...
2018 May 05
1
why the length and width of a plot region produced by the dev.new() function cannot be correctly set?
...?posting?guide?http://www.R-project.org/posting-guide.html
>?and?provide?commented,?minimal,?self-contained,?reproducible?code.
>?
"dev.new(height?=?10,?width?=?10) " doesn't work neither. It produces a device with a size of [?5.760417, 5.750000]. My computer is a usual 14 inch thankpad labtop. Is 5 ~ inches really the up limit of the size of the R graphic device in computer screen? I doubt it.
[[alternative HTML version deleted]]
2018 May 05
0
why the length and width of a plot region produced by the dev.new() function cannot be correctly set?
...ct.org/posting-guide.html
> >?and?provide?commented,?minimal,?self-contained,?reproducible?code.
> >
>
> "dev.new(height?=?10,?width?=?10) " doesn't work neither. It produces a
> device with a size of [?5.760417, 5.750000]. My computer is a usual 14
> inch thankpad labtop. Is 5 ~ inches really the up limit of the size of
> the R graphic device in computer screen? I doubt it.
You ask questions in a very rude way. I'm going to let you figure this
one out by yourself.
Duncan Murdoch
2012 Apr 27
3
check if excel file is
Hello again,
I'd like to determine if an Excel file is open or writable. Can anyone help
me with that?
I write some stats to an .xlsx Excel file using the xlsx package. I can't
write to the file unless its closed. How do I determine if the .xlsx file
is open or closed so I can write to it?
I've looked at file.info and file.access and I couldn't get those to work
for me.
Any