Re: [R] [R studio] Plotting of line chart for each columns at 1 page

2018-12-13 Thread Subhamitra Patra
Dear Sir, The method you suggested for arranging multiple plots in 1 pdf page has finally worked. Thank you very much. But, I have 3 more queries as follows. 1. Is there any way that I can merge the respective plots from the different excel files into 1? For instance, I have 3 excel files (i.e.

[R] [R studio] How to define date column and plot that date column as x axis in R studio

2018-12-13 Thread Subhamitra Patra
Dear R users, I have half-hourly time series data; 48 data points in a day. The total time period starts from 4/6/2018 (i.e day/month/year) to 2/12/2018. I want to create a time series object. I am using ts function. However, I am unable to define the frequency. As I know, frequency=1 for yearly

[R] Quoting smooth random terms mccv::gam

2018-12-13 Thread Smith, Desmond
Dear All, I have a mgcv::gam model of the form: m1 <- gam(Y ~ A + s(B, bs = "re"), data = dataframe, family = gaussian, method = "REML") The random term is quoted in summary(m1) as, for example, Approximate significance of smooth terms: # edf Ref.df F p-value s(B) 4.486 5

[R] fortune nomination WAS:Re: help

2018-12-13 Thread Berry, Charles
"You need Santa Claus not r-help." in response to an unrealistic and poorly posed request for help. Best, Chuck > On Dec 13, 2018, at 11:12 AM, David L Carlson wrote: > > You need Santa Claus not r-help. You haven't given us a fraction of the > information we would need to help. You don't

Re: [R] [External] RE: help

2018-12-13 Thread Miller, Shawn
Yes I confirmed all the dates I need are in the test.xlsx table. The final.2.xlsx table does not have the dates for July, August, September. -Original Message- From: David L Carlson [mailto:dcarl...@tamu.edu] Sent: Thursday, December 13, 2018 2:33 PM To: Miller, Shawn Cc: R-help@r-proj

Re: [R] Plotting Very Large lat-lon data in x-y axes graph

2018-12-13 Thread Jim Lemon
Hi Ogbos, Back on the air after a few days off. I don't have your data ("QUERY 2"), but I think this will fix your problem. library(maps) map("world") box() library(plotrix) color.legend(-180,-150,100,-130,legend=c(0,25000,5,75000,10), rect.col=color.scale(1:5,extremes=c("blue","red")),gr

Re: [R] [External] RE: help

2018-12-13 Thread David L Carlson
OK. Follow the chain of subsets to figure out where the dates go missing. Scanning the code I see the following subsets: wqn.last5yrs, wqn.removeblanks, wqn.removenull, wqn.removeparm, n.det, wqn.ph, wqn.noph. Use the range function to find out where the observations get dropped out. range(wqn

Re: [R] [FORGED] Re: R plot split screen in uneven panels

2018-12-13 Thread Rolf Turner
On 12/14/18 1:44 AM, Luigi Marongiu wrote: Thank you, that worked good. I tried to read the help for layout/split.screen but I found it confusing. Me too. I conjecture that *everybody* finds it confusing, except maybe Paul M., and I'm not so sure about him! :-) However it *is possible*

Re: [R] [External] RE: help

2018-12-13 Thread David L Carlson
Use Reply-All to keep the thread on the list. If the most recent WQN SIS Data Download table is 14June2018_WQN_Data_Download, does it contain any data for the months July, August, September, October, November, December? After extracting the data you create the file "Anti-deg_requests/test.xlsx"

Re: [R] help

2018-12-13 Thread David L Carlson
You need Santa Claus not r-help. You haven't given us a fraction of the information we would need to help. You don't show us your code. You don't tell us where the information is coming from except "today's date." You don't tell us what data you want. You don't seem to know the difference betwee

[R] help

2018-12-13 Thread Miller, Shawn
Need help with R studio. Code is to pull data from todays date plus 5 years 4 months from now. I am missing the last 3 months of data. Can you please help? Shawn Miller | Aquatic Biologist II | Assessment Section Environmental Protection | Clean Water Rachel Carson State Office Building 400 Marke

Re: [R] In need of TCGA Workflow to identify portion expression

2018-12-13 Thread Sarah Goslee
Spencer, you will find far more knowledgeable help on the Bioconductor mailing list. But here's a starting poing: https://www.bioconductor.org/packages/release/workflows/html/TCGAWorkflow.html Sarah On Thu, Dec 13, 2018 at 8:01 AM Spencer Brackett wrote: > > Good morning, > > I am looking for

[R] In need of TCGA Workflow to identify portion expression

2018-12-13 Thread Spencer Brackett
Good morning, I am looking for a workflow compatible with a TCGA file, and one that can essentially identify the protein expression involved with TMZ-induced MGMT methylation. Any advice or information that could lead me to finding such a workflow would be greatly appreciated! Best, Spencer Br

Re: [R] R plot split screen in uneven panels

2018-12-13 Thread Luigi Marongiu
Thank you, that worked good. I tried to read the help for layout/split.screen but I found it confusing. On Wed, Dec 12, 2018 at 5:51 PM Bert Gunter wrote: > > Incidentally, here is another way to do what (I think) you asked using > layout(): > > m <- matrix(c(1,2,2), nrow =1) > layout(m) > plot(1

Re: [R] R plot split screen in uneven panels

2018-12-13 Thread Martin Maechler
> Bert Gunter > on Wed, 12 Dec 2018 08:51:04 -0800 writes: > Incidentally, here is another way to do what (I think) you asked using > layout(): > m <- matrix(c(1,2,2), nrow =1) > layout(m) > plot(1:10, type = "p", main ="The First Plot") > plot(10:1, type = "l

[R] Visualizing contrasts for lmer models

2018-12-13 Thread Witold E Wolski
Hello, Is there an R-package which implements visualizations of estimated coefficients and the data for lmer models similar to those shown here: http://genomicsclass.github.io/book/pages/interactions_and_contrasts.html in sections: Examining the estimated coefficients (ideally with ggplot) ???

Re: [R] R and factorytalk historian

2018-12-13 Thread PIKAL Petr
Hi Yes, there should not be any problem with transfering data from Excel to R. However my trust to Excel is not big, therefore I wanted to avoid such unnecessary intermediate step. But according to FTH lecturers they do not know about any option for direct export to csv or other suitable data f