SpatialExperiment
SpatialExperiment copied to clipboard
SpatialImage doc questions
From the documentation of ?SpatialImage in the Section "Constructor":
If ‘x’ is a string and ‘is.url=TRUE’ or it does not start
with a URL-like prefix, a ‘StoredSpatialImage’ is returned.
This represents an image that is stored in a local file and
is loaded into memory only on request.
I think it should say is.url=FALSE in here, no?
And from the same section:
If ‘x’ is a string and ‘is.url=TRUE’ or it starts with
‘"http://"’, ‘"http://"’ or ‘"ftp://"’, a
‘RemoteSpatialImage’ is returned. This represents an image
that is remotely hosted and retrieved only on request.
It seems the second http:// is meant to be https:// (note the missing "s").
Just noticed this; I believe it should indeed say is.url=FALSE.