path <- file.path(get_examples_path(file_type = "obs"), "mixed")
# Get observations for all usms, but only banana has observations:
Meas <- get_obs(path)
# Get observations only for banana:
Meas_banana <- get_obs(path, "banana")
if (FALSE) {
# Get observations with real plant names when plant
# folder is not in the workspace:
get_obs(path, "banana", javastics = "/path/to/JavaSTICS/folder")
}
Run the code above in your browser using DataLab