search for: execgrass

Displaying 2 results from an estimated 2 matches for "execgrass".

2010 Jan 29
0
Problems with readVECT6 in spgrass6 package: A possible solution.
...;/downloaded_packages" earlier ). - Ok. Unzip the spgrass6_0.6-14.tar.gz file (this is my downloaded version). - Open the vect_link.R file. It must be located in "the/folder/that/you/want/spgrass6/R" folder. - Now, go to the line 218. You'll find the next line vinfo0 <- execGRASS("v.info", flags="t" , parameters=list(map=vname), intern=TRUE, ignore.stderr=ignore.stderr) and it should be changed into vinfo0 <- execGRASS("v.info", flags="g" , parameters=list(map=vname), intern=TRUE, ignore.stderr=ignore.stderr) Did you see???...
2015 Sep 29
1
Error possibly related with environments/namespace
Hello all, I've got a problem with a function in a R package I've developed (MetaLandSim). One of the outputs of my function is the plotting of four images (combining a graph and a map). This plotting is made in a graphical device, with the graph in one side and the map in the other. My function works perfectly fine until it has to plot the map. Then it stops and I get an error.