Displaying 4 results from an estimated 4 matches for "hydat".
Did you mean:
mydat
2009 Jul 27
6
Superscripts and rounding
I am new to the world of R/programming so this may be a really easy question.
I thank you for your patience and help in advance
I would like the characters km^2 to be displayed on the plot subtitle as km
squared - two as a superscript.
I would also like to have the numbers from the data set for longitude and
latitude to be rounded to four decimal places.
Thank you.
plot (
2010 May 14
0
Help with using plotmeans - how do I have two or more sets of data on one plot?
Hello
I'm having trouble being able to plot more than one set of data using the
plotmeans function. Plotmeans is where you can plot means and standard
errors easily.
Here is part of my code
plotmeans(Mmeans ~ Month, data=BW.hydat.05HG001, n.label=FALSE)#one set of
data
par(new=TRUE)
plotmeans(Mmeans ~ Month, data=Mouth.hydat.05HH001, col="red")#the second
set of data
Basically I want to show more than one set of data on the same graph, same
axis etc.. The par() function in this code doesn't work because it li...
2017 Dec 20
0
New package: tidyhydat
Hello all,
tidyhydat - https://CRAN.R-project.org/package=tidyhydat - was accepted on CRAN recently. tidyhydat is a new R package that provides functions in R to access Canadian hydrometric data sources and then tidy that data. We have tried to simplify the process of importing data so that users can focus on modellin...
2017 Dec 20
0
New package: tidyhydat
Hello all,
tidyhydat - https://CRAN.R-project.org/package=tidyhydat - was accepted on CRAN recently. tidyhydat is a new R package that provides functions in R to access Canadian hydrometric data sources and then tidy that data. We have tried to simplify the process of importing data so that users can focus on modellin...