if (FALSE) {
#> Replace 'tempdir()' by the location where to save the sample (e.g. 'getwd()')
d = explore_calibration_dataset(2, xmn=-85, xmx=-30, ymn=-60, ymx=15,
save=TRUE, width = 4, height = 7.5,
filename=file.path(tempdir(), 'calibrationDataset.pdf')
)
head(d)
}
Run the code above in your browser using DataLab