Displaying 20 results from an estimated 7000 matches similar to: "Data Parsing"
2005 Jun 22
2
Contour Plots
Hello all.
I'm confused a bit about contour plots. After reading the help at
"?contour", it seems as though the contour plot is for 3D plots (x,y, and
z). My data is in the form of grid coordinates (x,y), and I want to see a
contour plot of the data so that I can tell where most observations lie.
My question is simple but still evasive.
Say my data is called places. One column
2005 Jun 23
3
(no subject)
Hello Rers:
Let's say I have a column that looks like this:
Column
167.8
292.8
363.3
1.9
115.25
I want to manipulate the above data such that I only end up with this same
column but only with its decimals and not its whole numbers. So the new
column would look like this (but the real column is VERY long):
Column
.8
.8
.3
.9
.25
Any suggestions about how I could do this?
--
Do all you
2005 Jun 16
3
Moving average
Good morning all!
I am attempting to superimpose a moving-average smoother onto a graph of
daily plots. These plots (in table[,2] below) span about 350 days and
looks very noisy. I'd like for this smoother to plot the average of each
group of 7 consecutive days (weekly) and show a line which joins these
series of averages. Given the definition of MA, the first and last points
will
2005 Jun 14
2
Dateticks
Hello. I am having the worst time converting x-axis date ticks to real
dates. I have tried several suggestions in online help tips and books to
no avail.
For example, the x-axis has 0, 50, 100, etc, and I want it to have
"6/17/03", "8/6/03" etc. See attached (sample).
Can anybody help me with this.
Here's my code:
ts.plot(date.attackmode.table[,1],
2017 Nov 08
2
mariadb server memory usage
marcos valentine wrote:
> Disk cache is not recommended for databases servers.
>
> it'll slow down the performance. More ram equals more performance.
>
> This link help me understand memory usage on linux.
>
> https://www.linuxatemyram.com/
>
> Basically you need yo worry about
>
> free memory is close to 0
> used memory is close to total
Almost 3GB
2004 Jan 29
2
SpamAssassin
--On Thursday, January 29, 2004 11:16 PM +0200 Timo Sirainen <tss at iki.fi>
wrote:
> I don't yet really even want Dovecot to be too well known, it's not
> ready yet. When 1.0 comes (this spring I hope) I'll start publicizing it
> more. After that I should only need to add new features - existing ones
> should be perfect and better than anyone else's ;)
Just a
2006 Aug 25
2
trouble ticket packages for centos - slightly OT
Hi there - I know this is borderline "ot" - but I was wondering if
anbyone could recommend a good helpdesk/ticketing system for use on
centos 4.x.
Thanks!
--
dnk
2008 May 21
2
image (PR#11493)
Full_Name: Joseph Scandura
Version: 2.7.0
OS: Mac 10.5
Submission from: (NULL) (140.251.50.94)
Since updating to 2.7.0 all plots that use image() (heatmap, etc...) now draw
visible boxes around each rectangle in the plot. When there are many rectangles
the surrounding color becomes dominant over the rectangle color and the overall
image is borderline useless.
2009 May 18
3
Parsing configuration files
Dear list,
Is there any functionality in R that would allow me to parse config files?
I have trie ??config and apropos('config') without succes, and also search
the R package site.
Mvh.
Marie
[[alternative HTML version deleted]]
2009 Apr 19
2
Sweave: Changing the background color, adding a border
Hi all,
I am using Sweave to produce a document. Unfortunately, I have to print
several copies and I can't print them in color. So I would like to
change the way of printing the code. I would like to print the code in a
box with a black borderline and a grey background (quite classic). Is it
possible to do it by changing some Schunk options?
Christophe
2015 Nov 18
3
OT: Replacing Venerable NAS
On Nov 18, 2015, at 11:04 AM, Gordon Messmer <gordon.messmer at gmail.com> wrote:
>
> On 11/18/2015 07:31 AM, Tim Evans wrote:
>> Would like to hear recommendations here.
>
> https://www.ixsystems.com/freenas-mini/
For those who don?t know why you?d pay $1000 for a diskless 4-bay NAS box when there are $300-500 boxes that are superficially similar from QNAP, Synology,
2013 Dec 17
3
In-string variable/symbol substitution: What formats/syntax is out there?
Hi,
I'm try to collect a list of methods/packages available in R for doing
in-string variable/symbol substitution, e.g. someFcn("pi=${pi}"),
anotherFcn("pi=@pi@") and so on becomes "pi=3.141593". I am aware of
the following:
** gsubfn() in the 'gsubfn' package, e.g.
> gsubfn( , , "pi = $pi, 2pi = `2*pi`")
[1] "pi = 3.14159265358979,
2009 Aug 14
1
RODBC does not like table names >11/12 characters
Hi List,
I used to access a Paradox database using RODBC, but since last week I
am not able anymore to fetch any table which has a name longer than 11
or 12 characters.
Here is the the pattern of my code, nothing spectacular:
library(RODBC)
channel2<-odbcDriverConnect('DSN=xxx')
#table names with up to 11 characters still work
sqlFetch(channel2, 'abcdefghijk')
#table names
2015 Jul 15
1
[PULL] vhost: cleanups and fixes
The following changes since commit 59a5b0f7bf74f88da6670bcbf924d8cc1e75b1ee:
virtio-pci: alloc only resources actually used. (2015-06-24 08:15:09 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus
for you to fetch changes up to c9ce42f72fd0ba180fd35539829e4139dca31494:
vhost: add max_mem_regions module parameter
2015 Jul 15
1
[PULL] vhost: cleanups and fixes
The following changes since commit 59a5b0f7bf74f88da6670bcbf924d8cc1e75b1ee:
virtio-pci: alloc only resources actually used. (2015-06-24 08:15:09 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus
for you to fetch changes up to c9ce42f72fd0ba180fd35539829e4139dca31494:
vhost: add max_mem_regions module parameter
2007 Jul 09
2
parsing strings
Hi All,
I have strings made up of an unknown number of letters, digits, and
spaces. Strings always start with one or two letters, and always end
with one or two digits. A set of letters (one or two letters) is always
followed by a set of digits (one or two digits), possibly with one or
more spaces between the sets of letters and digits. A set of letters
always belongs to the following set of
2010 Sep 08
2
Drop single-dimensional array
Hi Simon, thank you for the concise reply.
Do you mean the reported behavior of drop() is not a bug?
It looks like a borderline bug to me (see below), but I'm not the judge of
that. If this is the intended behavior and serves an actual purpose, then
that could be explicitly documented in a \note{} on the help page.
Such a note would slightly reduce the surprise of users running into this
2008 Aug 14
5
help with my sloppy syntax
R-ians:
After some effort I coerced my code to do what I want but my syntax is a
kludge. Suggestions on more elegant syntax?
par <- NIM.results$par
do.call("Draw.NIM.POD.curve", list(par[1], par[2], par[3], par[4],
par[5], a.hat.decision, .... et cetera ...
It seems that I should be able to avoid defining the variable "par" and then
specifying each of its elements,
2008 May 21
4
Sweave / Latex per-chapter output
Dear R-help,
I am using Sweave and pdflatex to generate a large report from data
contained in my database (Postgres via RODBC). Currently, I work with
a single R/Sweave file, containing several "chapter" indications for
the Latex engine. My master tex file sets the document class, and
includes the introduction, the main Sweave file, and a conclusions and
reference file. I use a makefile
2008 Nov 20
1
Low RX volume and half duplex/"walkie-talkie" on AEX-804E
Hi All,
I have a ticket open with Digium, but based on their previous lack of support for the Asterisk Appliance, I'm not really holding my breath - and, honestly, I'm not 100% convinced it's a Digium issue in the first place (but I don't know where else to point fingers).
We have an AEX-804E (PCI Express, 4 FXO ports, Hardware Echo Cancellation) in a Dell PowerEdge 1950 with