powered by
Function positions magpie object x into magpie object y.
place_x_in_y(x, y, expand = T)
Object to be placed.
Object in which x shall be placed
T: if x is larger than y, new columns are added.
The combination of x and y. x overwrites y values which are in the same place.
add_dimension,add_columns,mbind
add_dimension
add_columns
mbind
# NOT RUN { pop <- maxample("pop") x <- pop[,"y1995",]*0.2 a <- place_x_in_y(x, pop) # }
Run the code above in your browser using DataLab