Displaying 20 results from an estimated 800 matches similar to: "GREP - Choosing values between two borders"
2007 Apr 16
1
Dataimport with readLines using skip= and nlines= ?
Hello,
I have a problem with readLines.
I have a data file with many informations added with a different number of measurments (example at the end).
I only want to read the measurments witch start with "START OF HEIGHT DATA" and end with "END OF HEIGHT DATA".
The difficulty is:
-I want to read the file with "readLines", because the measurments have letters and
2007 Apr 12
2
data file import - numbers and letters in a matrix(!)
Hello,
I have a problem with the import of a date file. I seems verry tricky.
I have a text file (end of the mail). Every file has a different number of measurments
witch start with "START OF HEIGHT DATA" and ende with "END OF HEIGHT DATA".
I imported the file in a matrix but the letters before the numbers are my problem
(S= ,S=,x=,y=).
Because through the letters and the
2007 May 02
1
Get the difference of values to their own median value
Hello,
I've got a matrix (mail end) with the colnames x, y, z. In this matrix
are different measurements. x and y are risign coordinates.
With the following line I got the median value of z for all "x" AND "y" witch
are the same (not every measurment in my list hast the same number of
"x" and "y" values. Sometimes lines are missing.
>MEDIAN <-
2010 Jun 18
2
Vector manipulation, for loop needed?
Hi,
I have a vector of time in days t<-1:48.
I have observations and the day they were recorded. I also have a vector, S
which takes different values depending on which day the observation was
recorded. For example if on day 1 all in vector S get a value of 46/48, on
day 2 get 42/48, day 3 38/48, decreasing by 4/48 each time until day 12 gets
the value 2/48. Then for any day greater than 12
2013 Jan 30
3
bug report: apcsmart (WIN) 940-0024C connect fail, problem with command 'E'
Dear Ladies and Gentlemen,
I have several old, yet functioning APC Smart-UPS (Model 600LS, Part AP600I,
Firmware 6JI, no EEPROM, from 1991). They are not supported by Powerchute
any more. I run NUT 2.6.5-4 on Windows XP SP3. I use COM1 port with cable
940-0024C. The connection fails with APC Smart protocol driver 3.0
(2.6.3-3534:3540M), APC command table version 3.0 or higher - it works with
APC
2006 Apr 19
1
prop.table on three-way table?
Dear list,
I am trying to create a three-way table with percent occurrence
instead of raw frequencies. However, I cannot get the results I
expected:
I have the following table:
> ftable(table( mannerDF$agem, mannerDF$target, mannerDF$manner ))
<snip>
50 bak 0 0 0 0 1 0
pak 0 0 0 0 3 0
sak
2012 May 15
2
Renaming names in R matrix
I have the following matrix:
> dat
[,1] [,2] [,3] [,4]
foo 0.7574657 0.2104075 0.02922241 0.002705617
foo 0.0000000 0.0000000 0.00000000 0.000000000
foo 0.0000000 0.0000000 0.00000000 0.000000000
foo 0.0000000 0.0000000 0.00000000 0.000000000
foo 0.0000000 0.0000000 0.00000000 0.000000000
foo 0.0000000 0.0000000 0.00000000 0.000000000
and given this:
2017 Mar 06
2
Missing security tab samba 4.1.13
Am 06.03.2017 um 16:06 schrieb Rowland Penny:
> On Mon, 6 Mar 2017 15:48:32 +0100
> Reindl Harald via samba <samba at lists.samba.org> wrote:
>
>> well, there is nothing different when you use rpmbuild and chose the
>> prefix you want besides that:
>>
>> * cleanup of orphan files
>> * simpe upgarde/downgrade because you have your prebuild .rpm files
2009 Aug 23
1
Black borders on resized videos
Hi there,
I've been playing around with Beta 2 of ffmpeg2theora, or rather the
macosx build provided at http://firefogg.org/nightly/
Thanks for all the hard work - its great to see some really noticeable
improvements.
I have one bug to report: upon resizing (down) all manner of content
(all h.264, however) I am noticing thin black borders - about 4 or 5
pixels large, sometimes just
2005 Jan 14
1
kde2d and borders
Hallo,
I want to use kde2d to visualize data on a sphere given in spherical
coordinates. Now the problem is, that "phi == 2*pi = 0", so in principal
I have to connect (in a graphical view) the left and right border of my
plot (and the bottom and top). Has anyone any idea how to do that ?
Thanks,
Manuel
--
-------------------------------------
Manuel Metz
Sternwarte der
2011 Jun 13
1
news/mail client and the text borders
I think autoHotKey leaves some session-long alterations to wine status
when it quits, somehow slowing its own further executions.
A check with taskmgr.exe shows autoHotKey quits properly with no
processes hanged up.
I have absolutely no idea of what it keeps from tidying up.
How can processes alterations be tracked?
2007 Mar 25
1
eliminating panel borders from lattice plots
I am trying to eliminate panel borders from my
lattice plots. By default, they always print. For
example:
library(lattice)
x <- seq(-3,3,length=1000)
y1 <- dnorm(x)
y2 <- dnorm(x, sd=.5)
data <- data.frame(x=rep(x,2), y=c(y,y2),
panel=rep(c(1,2), each=1000))
dplot <- xyplot(y~x | panel, data=data, strip=F,
scales=list(draw=F))
2018 May 21
1
mapping groups of states without interior borders
I have been using the "map" function in R and I was wondering if there is a way to map multi-state regions just showing the outline of the region without interior state borders. For instance, I am calculating aggregated statistics using 10 multi-state regions. I would like to color-code individual states based on my dataset but then to create black outlines around each of these 10
2001 Jun 28
1
cvs010626 flickering borders before main window drawn
This problem is new since _after_ wine010510.tar.gz and keeps
showing up in cvs010626.
Again the same VB3 application.
The splash screen appears and the main window (which consists
only of a bunch of buttons) is started to be prepared.
In a flickering way many frames or borders appear (empty)
and when finally the splash screen disappears the main window gets
drawn correctly. Then the problem does
2006 Dec 30
1
controlling an apps screen size and/or borders
I am running PPTVIEW.EXE (power point viewer).
I want to control how it shows up on the screen, different everytime I
run it.
By default it goes fullscreen no borders.
I now run:
wine explorer /desktop=default,800x600 PPTVIEW.EXE file.ppt
and I get a 800x600 window with borders - How can I not have any borders???
When I run
wine explorer /desktop=root,800x600 PPTVIEW.EXE file.ppt
I get a
2002 Jul 18
0
cloud borders
Is it possible to create a cloud plot (in library lattice) that is not
enclosed by a border? I want the 3d plot to include the cube - I just do
not want the border on the page (because I would like to place four clouds
on a page). Setting the argument: border=FALSE clearly is not the answer
(it doesn't appear to do anything on my system).
I am using R 1.5.1 on a windows NT machine.
2004 Apr 09
1
rectangles without borders
Hi,
I want to draw rectangles with "rect" without borders, but with
shading (ie setting density). ?rect says
lty: line type for borders; defaults to '"solid"'.
but if I set it to 0, the border disappears, but the shading also
vanishes! But the above says that lty is the line type for BORDERS,
and does not mention density at all -- how do I get around this?
2004 Jul 20
1
Histogram without common borders
Is it possible to produce a histogram directly using the hist()
function with the common borders removed?
It can be done by plotting the histogram object using type 's'teps.
my.hist <- hist(x,plot=FALSE)
plot(my.hist$breaks,c(0,my.hist$counts),type='s')
I would appreciate help
Ross Darnell
--
University of Queensland, Brisbane QLD 4067 AUSTRALIA
Email: <r.darnell at
2007 Jul 10
1
Formatting panel borders in lattice package
Hello all --
I would like to thicken the borders between panels -- or more generally,
all borders -- in a plot generated using lattice (specifically,
levelplot). Something similar perhaps to box() function in graphics.
I haven't been successful in reviewing available documentation.
The problem stems from using a grayscale colorscheme that puts black
colors near the borders, thus
2008 Dec 23
1
Borders for rectangles in lattice plot key
Hopefully an easy question. When drawing a rectangles in a lattice plot
key, how do you omit the black borders?
Here is an example adapted from one on the xyplot help page:
bar.cols <- c("red", "blue")
key.list <- list(
space="top",
rectangles=list(col=bar.cols),
text=list(c("foo", "bar"))
)
barchart(
yield ~ variety | site,