Re: [R] package elevatr doesn't contain get_elev_raster()

2023-04-22 Thread Rusty Travis
On 4/22/23 00:46, Ivan Krylov wrote: > On Sat, 22 Apr 2023 00:18:09 -0700 > Rusty Travis wrote: >> install.packages('elevatr') completes successfully, but "Error: >> object 'get_elev_raster' not found" is a problem. >> >> Did you

[R] package elevatr doesn't contain get_elev_raster()

2023-04-22 Thread Rusty Travis
I installed R-4.3.0 in Debian 11 Linux and wish to plot elevation data perspectives. install.packages('elevatr') completes successfully, but "Error: object 'get_elev_raster' not found" is a problem. How to solve, please? [[alternative HTML version deleted]]

Re: [R] insert hyperlink into svg graphic

2023-03-07 Thread Rusty Travis
gt;> hyperlink >>  > in svg graphic") may be of use: >>  > >>  > >> https://stackoverflow.com/questions/41970535/a-hyperlink-in-svg-use >> <https://stackoverflow.com/questions/41970535/a-hyperlink-in-svg-use> >>  > >>  > Cheers,

Re: [R] insert hyperlink into svg graphic

2023-03-07 Thread Rusty Travis
svg graphic") may be of use: > > https://stackoverflow.com/questions/41970535/a-hyperlink-in-svg-use > > Cheers, > Bert > > On Tue, Mar 7, 2023 at 12:34 AM Rusty Travis > wrote: > > Greetings, > > I am creating plots of weather data and wish to

[R] insert hyperlink into svg graphic

2023-03-07 Thread Rusty Travis
created here > title(sub="produced by Rusty Travis  \nusing data from https://www.ncei.noaa.gov/cdo-web/>test  ", line=-1.5, adj=1) > dev.off() The goal is to create a hyperlink of the word "test" in the above example. What is the correct syntax, p