Displaying 20 results from an estimated 2000 matches similar to: "Boxplot custom axis"
2008 Jun 09
0
Two y-axes boxplot
I am aware of the inherent risks of having plots with more than two axes,
but I am trying to produce the graphs that I have been tasked with. That
being said I am having a hard time figuring out how to have two axes onto a
boxplot. below is the sample code. I would like BC on the plot produced
with this code to be on a second axis with all of the others being on the
first axis. This will be
2009 Oct 06
1
ggplot2 applying a function based on facet
Look at the bottom of the message for my question
#here is a little function that I wrote
USGS <- function(input="discharge", days=7){
library(chron)
library(gsubfn)
#021973269 is the Waynesboro Gauge on the Savannah River Proper (SRS)
#02102908 is the Flat Creek Gauge (ftbrfcms)
#02133500 is the Drowning Creek (ftbrbmcm)
#02341800 is the Upatoi Creek Near Columbus (ftbn)
#02342500 is
2010 May 18
2
Function that is giving me a headache- any help appreciated (automatic read )
note: whole function is below- I am sure I am doing something silly.
when I use it like USGS(input="precipitation") it is choking on the
precip.1 <- subset(DF, precipitation!="NA")
b <- ddply(precip.1$precipitation, .(precip.1$gauge_name), cumsum)
DF.precip <- precip.1
DF.precip$precipitation <- b$.data
part, but runs fine outside of the function:
days=7
2024 Jan 05
1
Fresh ad installation - Win2022 can't join
Good morning :)
Am 04.01.2024 um 20:17 schrieb lists--- via samba:
> Am 04.01.2024 um 13:28 schrieb lists--- via samba:
>> Am 04.01.2024 um 12:36 schrieb Rowland Penny via samba:
>>> On Thu, 4 Jan 2024 12:12:57 +0100
>>> lists--- via samba <samba at lists.samba.org> wrote:
>>>
>>>> Am 04.01.2024 um 11:55 schrieb Rowland Penny via samba:
2006 May 09
1
Email -Content type is not set to html
Hi to ROR!
I could not change the email content type to text/html
What is the problem!
order1= Order.find_get_details(params[:ses_value])
#render_text order1.size
order=order1[0]
email = OrderMailer.create_confirm(order)
email.set_content_type("text/html")
email = OrderMailer.deliver_confirm(order)
email.set_content_type("text/html")
Alwas it shows only plain format
2006 May 09
1
Emailcontewnt problem
I ma facing problems regarding the email-set-contentent
I am writing the total code for
order1= Order.find_get_details(params[:ses_value])
#render_text order1.size
order=order1[0]
email.set_content_type("text/html")
email = OrderMailer.create_confirm(order)
email.set_content_type("text/html")
email = OrderMailer.deliver_confirm(order)
#email =
2009 Dec 15
1
for loop for automatic pdf generation
I know this is not reproducible, but I don't want to clog up mail
boxes with the data frame. I would be happy to send this off list. I
am sure that I am missing something simple. The plotting works if I
just paste the call to qplot into R and replace the [i] with a number.
Thanks for all of your help in advance.
#loop to spit out PDFs
list.names <-
2024 Jan 04
1
Fresh ad installation - Win2022 can't join
Good morning, and a Happy New Year ?
I'd like to setup a test-enviroment, based on Debian Bookworm and mjt's
4.19.3 packages.
samba is running as a Hyper-V vm, its ip is 192.168.178.37, its name is
dc.augusta.domain.tld
My idea is to use this dc for two networks (192.168.178.0/24 and
192.168.180.0/24) and for testing one Windows 2022 server
(192.168.178.34/24).
I used these two
2009 Jan 07
1
Replace Function (How to replace numbers in a data frame with a specific number)
taxa <- (structure(list(Date = structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L,
4L, 4L, 4L, 4L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L), .Label = c("2006/04",
"2006/05", "2006/07", "2006/10", "2006/12", "2007/02", "2007/04",
"2007/06", "2007/08", "2007/10", "2007/12", "2008/01"), class =
2017 Oct 05
0
Adding non-data line to legend ggplot2 Maximum Contaminant Level
Well, here is one way but it seems a bit clumsy.
In words, I created a new data.frame with "250" in the Chloride vector and "SMCL" in the Detections vector and supplessed one legend.
Warning: For my convenience I am using different data.frame names .
library(ggplot2)
MyData <-read.csv("http://doylesdartden.com/Stats/TimeSeriesExample.csv", sep=",")
2015 May 29
0
upsmon and Chloride UPS
Please use reply-all to keep the discussion on the list.
On May 29, 2015, at 11:55 AM, Zena Bingani <rogerndo at gmail.com> wrote:
> Hi,
>
> Yes my two 120 kva UPS ( Chloride 80 Net 120 ) are newer than the entry in the compatibility list.
>
> Their windows monitoring software is Chloride MopUps P/R.
>
> It uses these protocols : RCCMD ( that is more interesting )
2006 Jan 15
1
Cloning a one-many association
Hi, I want to make a copy of an object with its associations, and I am
looking for an elegant solution. This is what I intuitively think should
work, but it doesn''t:
order2 = order1.clone
order1.line_items.each do |o|
order2.line_items.build(o)
end
This doesn''t work because a model class does not stringify its keys ...
so I can''t pass an object into a method that
2010 Aug 03
2
subset based on column names and then subset based on the inverse (grep?, or...)
I would like to be able to grab x and y columns out of a dataframe and
then grab all of the columns that are not equal to x or y. I am sure
that I am missing something easy.
ftbr_UTM_downstream <- (structure(list(site =
c("Jennie_Creek_Main_Stem", "Wolf_Pit_Creek_Main_Stem",
"Little_Rockfish_Main_Stem_North", "Big_Muddy_Creek_Main_Stem",
2015 May 29
0
upsmon and Chloride UPS
On Thu, May 28, 2015 at 11:56 AM, Zena Bingani <rogerndo at gmail.com> wrote:
> Hi,
>
> We have 2 UPS Chloride 80 NET 120 ( a black and white one ) in our
> datacenter.
>
> Could you please tell me if it is possible to use upsmon or other free
> solution with these two UPS for shuting down servers during electrical lost
> power before battery crash
Unclear. There is
2009 Aug 13
1
R code to reproduce (while studying) Bates & Watts 1988
Hi R users,
I'm here trying to understand correlated residuals in nonlinear estimation.
I'm reading/studying the book Bates, D. M. and D. G. Watts, (1988),
/Nonlinear regression analysis and its applications/, Wiley, NY. pages
92-94, trying to reproduce the figures and to find out the code in R to
perform the necessary calculations.
I also consulted Pinheiro and Bates, but without
2008 Jul 25
1
plot zoo custom panel help
#the below code is the way that I would like the plot to look. I have tried
to write a panel function:
my.panel <- function(x, y, ..., pf = parent.frame()) {
axis(side=1, at = seq(rng[1], rng[2], 1/12), labels = n, tcl = -0.3)
}
#but it does not work and I am at a loss and help would be appreciated. I
will use this for multiple
library(zoo)
library(chron)
#this is what I would like the
2024 Jan 04
1
Fresh ad installation - Win2022 can't join
Am 04.01.2024 um 13:28 schrieb lists--- via samba:
> Am 04.01.2024 um 12:36 schrieb Rowland Penny via samba:
>> On Thu, 4 Jan 2024 12:12:57 +0100
>> lists--- via samba <samba at lists.samba.org> wrote:
>>
>>> Am 04.01.2024 um 11:55 schrieb Rowland Penny via samba:
>>>> On Thu, 4 Jan 2024 11:19:17 +0100
>>>> lists--- via samba <samba at
2017 Sep 26
2
Adding non-data line to legend ggplot2 Maximum Contaminant Level
Hello everyone,
I have a plot showing chloride concentrations for various point over time.
I also have a dotted line that show the Secondary Maximum Contaminant Level
(my screening limit) on the graphs at 250 mg/L. But I can not figure out
how to include the dotted line / Secondary Maximum Contaminant Level in
the legend. Any thoughts? My code is as following and is linked to my
data on the
2008 Sep 26
2
bar and line plot
Hello All:
Using the below dataset how can I make a barplot with
Date(X) and NumEggs(Y) by Site. Then plot Temp(lineplot)
It seems really simple, but I am having a hard time trying to
do it by Site. Thanks
Date NumEggs Site Temp
1 2008-04-22 0 Massacre Flat (RK424.5) 51.20
2 2008-04-23 0 Massacre Flat (RK424.5) 50.80
3 2008-04-24
2017 Oct 01
0
Adding non-data line to legend ggplot2 Maximum Contaminant Level
I just glanced at the problem but I think you would have to create a new variable to replace the hline. What about adding some text annotation in the graph instead?
On Tuesday, September 26, 2017, 3:51:46 PM EDT, David Doyle <kydaviddoyle at gmail.com> wrote:
Hello everyone,
I have a plot showing chloride concentrations for various point over time.
I also have a dotted line that