Dear All,
I am trying to extract a time series from a netCDF file.
I want to extract data for the time period 1971-1 to 1990-12-31 only.
time axis units is 'days since 1850-1-1'
For one or two files I can use "count" argument, but I have more than 100
such files and its time units are diff
Dear All,
I am trying to extract a time series dataset from a netCDF file.
I want to extract data for the time period 1971-1 to 1990-12-31 only.
time axis units is 'days since 1850-1-1'
For one or two files I can use "count" argument, but I have more than 100
such files and its time units a
Hai Anukriti Gupta,
While sending mail to mailing list, please change the subject from "R
Help" to more specific one..(eg: R Regression error..) Because we all can
refer your mail and the solution in future by checking the mail subject
On Sat, Jan 30, 2016 at 9:55 PM, Boris Steipe
wro
Dear Anton & Michael,
Thanks a lot for your nice suggestion,
Now its working
cheers :)
On Mon, Sep 28, 2015 at 1:24 PM, Michael Dewey
wrote:
> Dear Dileep
>
> What happens if you explicitly print it by wrapping the plot command in
> print( )
>
>
> On 2
Dear all,
I am trying to plot Spectrum of Singular Values using "Rssa" package.
I am trying to plot singular spectrum plot inside a loop, it is not
plotting, but when I am trying to plot individually in terminal it works,
and I can save this as png files.
My code is given below:
*# --
for(i in 2:length(index_data))
> > dat <-cbind(dat, index_data[i])
> > names(dat) <- paste0("V", 1:length(index_data))
> > dat
> >
> >
> > Hope this helps,
> >
> > Rui Barradas
> >
> >
> > Em 1
Dear all,
I want to convert a variable (that variable obtained from an 'nc ' file) I
want to convert it into a* read.table* output format
Example:
> index_data<-get.var.ncdf(f_hist ,"meant_iitm_ALLIN_YEAR")
> index_data
[1] 24.06333 24.07208 24.20208 24.12625 24.27333 24.42458 24.26583
[8] 2
On Tue, Jan 13, 2015 at 2:17 AM, David W. Pierce wrote:
> Hi,
>
> > *>library(ncdf)*
> >
> > *>f<-open.ncdf('Acc.nc')*
> >
> > *Error in R_nc_inq_dim: NetCDF: Invalid dimension ID or nameError in
> > dim.inq.ncdf(nc, i) : using ncid 65536 dimid 1*
>
> I've fixed this error, and put a new sourc
Dear all,
I am tried to open an netcdf file in R,
*>library(ncdf)*
*>f<-open.ncdf('Acc.nc')*
*Error in R_nc_inq_dim: NetCDF: Invalid dimension ID or nameError in
dim.inq.ncdf(nc, i) : using ncid 65536 dimid 1*
But I can open this same nc file using other software tool like UVCDAT.
I have
Dear all,
I am trying to control the font size of correlation axis and gamma label
(0.6, 0.4 , 0.2 labeling of attached plot) of Taylor diagram in R.
I am using **plotrix** package for making Taylor diagram.
Thank you all in advance
--
DILEEPKUMAR. R
J R F, IIT DELHI
___
Dear all,
I am trying to open a netcdf file with size 1.2 MB contains more than
3000 variables using 'netcdf' package.
I am facing problem that it taking more than 10 minute to open this small
nc file.
Is any way to make it fast ?
I have attached one sample nc-file along with this mail.
Dear all,
I want to plot kernal density of two set of data (theses both data set
have same shape) and I want to insert scatter line segment plot (
http://stackoverflow.com/questions/24931006/r-simple-scatter-plot-with-vertical-lines)
on this same plot.
I can make two density plot together(I have
12 matches
Mail list logo